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

Unified Diff: chrome/common/chrome_features.h

Issue 2702393002: Add a base::Feature for the pref service. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/common/chrome_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index 6477e1fcb6f7cbdcf9dedd01f64075d6d5a54d67..2285cab86c292da814948e0b5fd7ad28eeb6dc51 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -123,6 +123,8 @@ extern const base::Feature kPostScriptPrinting;
extern const base::Feature kPreferHtmlOverPlugins;
#endif
+extern const base::Feature kPrefService;
+
#if defined(OS_CHROMEOS)
extern const base::Feature kPreloadLockScreen;
#endif
« no previous file with comments | « no previous file | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698