Index: android_webview/lib/main/aw_main_delegate.cc |
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc |
index 079a58506f903dc65c81610beb43598ecd892e69..8dd0648c27519aa8fc8ca52d835923128219c558 100644 |
--- a/android_webview/lib/main/aw_main_delegate.cc |
+++ b/android_webview/lib/main/aw_main_delegate.cc |
@@ -78,10 +78,6 @@ |
// WebRTC hardware decoding is not supported, internal bug 15075307 |
cl->AppendSwitch(switches::kDisableWebRtcHWDecoding); |
- |
- // Speech Synthesis backend resides in the chrome layer, not used by WebView. |
- // http://crbug.com/347045 tracks moving the backend to the content layer. |
- cl->AppendSwitch(switches::kDisableSpeechSynthesis); |
return false; |
} |