| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 06f5094aa9a58920f96c7041d02c822f57d7dc82..b648cb1876a666280b3337f4d90a00539e9fc01d 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -172,6 +172,8 @@ extern const base::Feature kEHVInputOnImeMenu;
|
| extern const base::Feature kCrosCompUpdates;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| +bool PrefServiceEnabled();
|
| +
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
| // alphabetical order, or in one of the ifdefs (also in order in each section).
|
|
|
|
|