feature_list.h 388 B

12345678910111213
  1. // Copyright (c) 2019 GitHub, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #ifndef ELECTRON_SHELL_BROWSER_FEATURE_LIST_H_
  5. #define ELECTRON_SHELL_BROWSER_FEATURE_LIST_H_
  6. namespace electron {
  7. void InitializeFeatureList();
  8. void InitializeFieldTrials();
  9. } // namespace electron
  10. #endif // ELECTRON_SHELL_BROWSER_FEATURE_LIST_H_