2019-04-23 22:18:12 +00:00
|
|
|
// Copyright (c) 2019 GitHub, Inc.
|
|
|
|
// Use of this source code is governed by the MIT license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
2021-11-22 07:34:31 +00:00
|
|
|
#ifndef ELECTRON_SHELL_BROWSER_FEATURE_LIST_H_
|
|
|
|
#define ELECTRON_SHELL_BROWSER_FEATURE_LIST_H_
|
2019-04-23 22:18:12 +00:00
|
|
|
|
|
|
|
namespace electron {
|
|
|
|
void InitializeFeatureList();
|
2021-03-26 00:49:00 +00:00
|
|
|
void InitializeFieldTrials();
|
|
|
|
} // namespace electron
|
2019-04-23 22:18:12 +00:00
|
|
|
|
2021-11-22 07:34:31 +00:00
|
|
|
#endif // ELECTRON_SHELL_BROWSER_FEATURE_LIST_H_
|