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

Unified Diff: chrome/common/pref_names.cc

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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 4b9c52dfe38c7e7df6c40e58c83a86918232aa36..bc38f9726ccd8d622f1f3b469f11d9bcb6dae6a1 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1667,6 +1667,10 @@ const char kGoogleGeolocationAccessEnabled[] =
"googlegeolocationaccess.enabled";
#endif
+// Boolean that specifies whether to enable the Google Now Launcher extension.
+// Note: this is not the notifications component gated by ENABLE_GOOGLE_NOW.
robliao 2015/02/19 18:43:25 Nit: Capitalize "this"
skare_ 2015/02/19 20:19:29 Done.
+const char kGoogleNowLauncherEnabled[] = "google_now_launcher.enabled";
+
// The default audio capture device used by the Media content setting.
const char kDefaultAudioCaptureDevice[] = "media.default_audio_capture_device";
« chrome/browser/ui/webui/options/browser_options_handler.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698