diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 07:55:03 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 07:55:03 +0000 |
commit | 21e0cbf6bf480671aef2b3e07502bf665627f4ab (patch) | |
tree | 0c30a09d2f25c7a24d1407bb7bf9092ecc6104d9 /chrome/common/chrome_switches.h | |
parent | bf96f533df6515f9ddea3278515a77ab81c00263 (diff) | |
download | chromium_src-21e0cbf6bf480671aef2b3e07502bf665627f4ab.zip chromium_src-21e0cbf6bf480671aef2b3e07502bf665627f4ab.tar.gz chromium_src-21e0cbf6bf480671aef2b3e07502bf665627f4ab.tar.bz2 |
Enable speech input by default and remove unused code.
This CL is the same as what I submitted for M10 in http://codereview.chromium.org/6133006/, but rolled back then. We are now enabling the feature for M11.
BUG=61677
TEST=browser_tests --gtest_filter="SpeechInputBrowserTest.*"
Review URL: http://codereview.chromium.org/6610022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 5eafff2..1fd8a08 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -161,7 +161,6 @@ extern const char kEnableRemoting[]; extern const char kEnableResourceContentSettings[]; extern const char kEnableSearchProviderApiV2[]; extern const char kEnableSnapStart[]; -extern const char kEnableSpeechInput[]; extern const char kEnableSync[]; extern const char kEnableSyncAutofill[]; extern const char kEnableSyncPreferences[]; |