| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a7d553491b29d2277c74edb9c9ce3a539e2c1d8d..3c6476ff308f0ce01f3ab537321f1e40c15b56fe 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -558,6 +558,9 @@ const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2";
|
| // 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";
|
|
|
|
|