| Index: chrome/browser/speech/tts_linux.cc
|
| diff --git a/chrome/browser/speech/tts_linux.cc b/chrome/browser/speech/tts_linux.cc
|
| index 3eb3f4ebf32712f7f633801bb12389b71368d87a..0955f1a842448051bc2162a83eb202e83bf136e3 100644
|
| --- a/chrome/browser/speech/tts_linux.cc
|
| +++ b/chrome/browser/speech/tts_linux.cc
|
| @@ -95,10 +95,6 @@ SPDNotificationType TtsPlatformImplLinux::current_notification_ =
|
|
|
| TtsPlatformImplLinux::TtsPlatformImplLinux()
|
| : utterance_id_(0) {
|
| - const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| - if (!command_line.HasSwitch(switches::kEnableSpeechDispatcher))
|
| - return;
|
| -
|
| BrowserThread::PostTask(BrowserThread::FILE,
|
| FROM_HERE,
|
| base::Bind(&TtsPlatformImplLinux::Initialize,
|
|
|