| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index c547c8c767170d02438378aa81fe7a7c1540fdd7..92684dac48736d8f11758d56ab4fa341e2779b7f 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -171,7 +171,6 @@ public:
|
| void setSpellCheckClient(WebSpellCheckClient*) override;
|
| WebSettings* settings() override;
|
| WebString pageEncoding() const override;
|
| - void setPageEncoding(const WebString&) override;
|
| bool tabsToLinks() const override;
|
| void setTabsToLinks(bool value) override;
|
| bool tabKeyCyclesThroughElements() const override;
|
|
|