Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 4b9c52dfe38c7e7df6c40e58c83a86918232aa36..2349d31bb92ad978553b248a5cda4a028c1db800 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. |
+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"; |