[Hotword] Reverse the experimental flag so that it is on by default.
This means that v2 hotword (using the shared module instead of the CWS
extension) will be the default.
Updates tests to account for new default.
The next CL will take care of cleaning up usage of IsExperimentalHotwordingEnabled().
BUG=432995
Review URL: https://codereview.chromium.org/774003002
Cr-Commit-Position: refs/heads/master@{#306730}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 362351f..3ddbeba9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1892,11 +1892,11 @@
},
#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",