Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2293373002: Remove unused prefs/api/resource for setPageEncoding (Closed)
Patch Set: It's September! Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 662ee5a4c503185da9c06a4b69d0f7d4b34fe79b..b6068a22cb2d7faad8d49c3a87239c9d5db87140 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -176,7 +176,6 @@ public:
void setTextTrackTextSize(const WebString&) override;
void setThreadedScrollingEnabled(bool) override;
void setTouchDragDropEnabled(bool) override;
- void setUsesEncodingDetector(bool) override;
void setUseLegacyBackgroundSizeShorthandBehavior(bool) override;
void setViewportStyle(WebViewportStyle) override;
void setUseSolidColorScrollbars(bool) override;

Powered by Google App Engine
This is Rietveld 408576698