Chromium Code Reviews| 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(); |
|
Sam McNally
2017/03/27 05:42:10
DON'T ADD RANDOM STUFF HERE.
tibell
2017/03/28 00:34:31
As discussed offline, this is the right place (i.e
|
| + |
| // 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). |