| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index faf7093f97ebcad2907dc4815fd878852d4743cb..1c55e3e2824210b2764be64aee5872a5a704f29a 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -263,7 +263,6 @@ public:
|
| virtual void setViewportStyle(WebViewportStyle) = 0;
|
| virtual void setUseSolidColorScrollbars(bool) = 0;
|
| virtual void setUseWideViewport(bool) = 0;
|
| - virtual void setUsesEncodingDetector(bool) = 0;
|
| virtual void setV8CacheOptions(V8CacheOptions) = 0;
|
| virtual void setV8CacheStrategiesForCacheStorage(V8CacheStrategiesForCacheStorage) = 0;
|
| virtual void setValidationMessageTimerMagnification(int) = 0;
|
|
|