feature_list.h 308 B

123456789101112
  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 SHELL_BROWSER_FEATURE_LIST_H_
  5. #define SHELL_BROWSER_FEATURE_LIST_H_
  6. namespace electron {
  7. void InitializeFeatureList();
  8. }
  9. #endif // SHELL_BROWSER_FEATURE_LIST_H_