Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index bba44bc96072625e1b883833ebf064ece38818a5..869e7187d891ffe125cd084dc7a2e64bd0e0d7c5 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -146,7 +146,6 @@ public: |
// Corresponds to the encoding of the main frame. Setting the page |
// encoding may cause the main frame to reload. |
virtual WebString pageEncoding() const = 0; |
- virtual void setPageEncoding(const WebString&) = 0; |
// Controls whether pressing Tab key advances focus to links. |
virtual bool tabsToLinks() const = 0; |