| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 50e77f56837a788aaf5bf78e6eede801e0c6a2e9..32202a7389e99fc05d98975316bae73d7fd50a6e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -459,8 +459,8 @@ const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
|
| // Enable spatial navigation
|
| const char kEnableSpatialNavigation[] = "enable-spatial-navigation";
|
|
|
| -// Enables the synthesis part of the Web Speech API.
|
| -const char kEnableSpeechSynthesis[] = "enable-speech-synthesis";
|
| +// Disables the synthesis part of the Web Speech API.
|
| +const char kDisableSpeechSynthesis[] = "disable-speech-synthesis";
|
|
|
| // Enables StatsTable, logging statistics to a global named shared memory table.
|
| const char kEnableStatsTable[] = "enable-stats-table";
|
|
|