| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 54d0a6942fb12c2289472ce41e9a441127046753..3286762afb6e6d6f955eaa28424c1141cf70a8f9 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -195,11 +195,6 @@ void WebRuntimeFeatures::enablePermissionsAPI(bool enable)
|
| RuntimeEnabledFeatures::setPermissionsEnabled(enable);
|
| }
|
|
|
| -void WebRuntimeFeatures::enableRequestAutocomplete(bool enable)
|
| -{
|
| - RuntimeEnabledFeatures::setRequestAutocompleteEnabled(enable);
|
| -}
|
| -
|
| void WebRuntimeFeatures::enableScriptedSpeech(bool enable)
|
| {
|
| RuntimeEnabledFeatures::setScriptedSpeechEnabled(enable);
|
|
|