Chromium Code Reviews| 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"; |