diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-28 09:05:30 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-28 09:05:30 +0000 |
commit | 7ce6e812b5d082e69526cbb14fdf07b21294a52a (patch) | |
tree | daede889eb736afcd58534624dea1e3c5a2cf222 /chrome/common/chrome_switches.cc | |
parent | dcf9a7fce53bce50c4e3970e95acbba621b75a7e (diff) | |
download | chromium_src-7ce6e812b5d082e69526cbb14fdf07b21294a52a.zip chromium_src-7ce6e812b5d082e69526cbb14fdf07b21294a52a.tar.gz chromium_src-7ce6e812b5d082e69526cbb14fdf07b21294a52a.tar.bz2 |
Merge 64091 - Move speech input behind a flag for M8 beta and stable.
The speech input feature (http://code.google.com/p/chromium/issues/detail?id=53598) is work in progress and it should only be enabled in the dev channel but behind a flag for beta and stable.
After this change gets merged with the beta branch I'll roll it back on the trunk.
BUG=60918
TEST=browser_tests --gtest_filter=SpeechInputBrowserTest.*
Review URL: http://codereview.chromium.org/4096005
TBR=satish@chromium.org
Review URL: http://codereview.chromium.org/4117007
git-svn-id: svn://svn.chromium.org/chrome/branches/552/src@64215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index a5cf7a1..ddb8cf9 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -497,6 +497,9 @@ const char kEnableSecureInfoBars[] = "enable-secure-infobars"; // Enables 0-RTT HTTPS handshakes. const char kEnableSnapStart[] = "enable-snap-start"; +// Enables speech input. +const char kEnableSpeechInput[] = "enable-speech-input"; + // Enables StatsTable, logging statistics to a global named shared memory table. const char kEnableStatsTable[] = "enable-stats-table"; |