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

Unified Diff: chrome/browser/about_flags.cc

Issue 774003002: [Hotword] Reverse the experimental flag so that it is on by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix browser test Created 6 years 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d38a6095976b214964e91eff3c26bb093b8a761c..0f65e3dd31f7bed60807ad6c5bbb7fc7542b0a1f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1892,11 +1892,11 @@ const Experiment kExperiments[] = {
},
#endif
{
- "enable-experimental-hotwording",
- IDS_FLAGS_ENABLE_EXPERIMENTAL_HOTWORDING_NAME,
- IDS_FLAGS_ENABLE_EXPERIMENTAL_HOTWORDING_DESCRIPTION,
+ "disable-experimental-hotwording",
+ IDS_FLAGS_DISABLE_EXPERIMENTAL_HOTWORDING_NAME,
+ IDS_FLAGS_DISABLE_EXPERIMENTAL_HOTWORDING_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnableExperimentalHotwording)
+ SINGLE_VALUE_TYPE(switches::kDisableExperimentalHotwording)
},
{
"enable-hotword-hardware",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698