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

Unified Diff: chrome/common/pref_names.h

Issue 938713004: Add Now setting and migration logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 896638bc9050be0f7f3f3cfca370d9db8bced360..ce848cb0b2176ed2d2368c27d812041d3929a581 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -591,6 +591,7 @@ extern const char kGeolocationEnabled[];
#if defined(ENABLE_GOOGLE_NOW)
extern const char kGoogleGeolocationAccessEnabled[];
#endif
+extern const char kGoogleNowLauncherEnabled[];
extern const char kDefaultAudioCaptureDevice[];
extern const char kDefaultVideoCaptureDevice[];

Powered by Google App Engine
This is Rietveld 408576698