Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: chrome/common/chrome_features.h

Issue 2772673002: mash: switch to the new pref service (Closed)
Patch Set: Remove no longer needed tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698