| Index: base/feature_list.h
|
| diff --git a/base/feature_list.h b/base/feature_list.h
|
| index acdfe54592afbb5ee07fdc550cca25dd0b64c1c0..af37e37338dd548f975de862672596fc4bda9010 100644
|
| --- a/base/feature_list.h
|
| +++ b/base/feature_list.h
|
| @@ -127,6 +127,10 @@ class BASE_EXPORT FeatureList {
|
| static std::vector<std::string> SplitFeatureListString(
|
| const std::string& input);
|
|
|
| + // Initializes and sets a default instance of FeatureList if one has not yet
|
| + // already been set. No-op otherwise.
|
| + static void InitializeInstance();
|
| +
|
| // Returns the singleton instance of FeatureList. Will return null until an
|
| // instance is registered via SetInstance().
|
| static FeatureList* GetInstance();
|
|
|