| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| index 278e2fb08dc3d6f2d5bf33fcac8433c9ff13edab..937611f284e30cfe5c0a1d41253874083d9dd525 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -337,11 +337,6 @@ void WebSettingsImpl::setSpatialNavigationEnabled(bool enabled)
|
| m_settings->setSpatialNavigationEnabled(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setUsesEncodingDetector(bool usesDetector)
|
| -{
|
| - m_settings->setUsesEncodingDetector(usesDetector);
|
| -}
|
| -
|
| void WebSettingsImpl::setTextAreasAreResizable(bool areResizable)
|
| {
|
| m_settings->setTextAreasAreResizable(areResizable);
|
|
|