Chromium Code Reviews| Index: Source/web/WebRuntimeFeatures.cpp |
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
| index 81229c2ee60d458bf016e0ffde7891263382e79d..fe6d3dac69c7e77664a36a59e24c3927e3080079 100644 |
| --- a/Source/web/WebRuntimeFeatures.cpp |
| +++ b/Source/web/WebRuntimeFeatures.cpp |
| @@ -207,11 +207,6 @@ void WebRuntimeFeatures::enableSessionStorage(bool enable) |
| RuntimeEnabledFeatures::setSessionStorageEnabled(enable); |
| } |
| -void WebRuntimeFeatures::enableSpeechSynthesis(bool enable) |
|
eseidel
2014/08/20 15:57:50
What about the header? And does any code in Chrom
heeyoun.lee
2014/08/21 07:40:45
I removed in header, but I couldn't find any code
|
| -{ |
| - RuntimeEnabledFeatures::setSpeechSynthesisEnabled(enable); |
| -} |
| - |
| void WebRuntimeFeatures::enableTouch(bool enable) |
| { |
| RuntimeEnabledFeatures::setTouchEnabled(enable); |