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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1167753004: Remove dummy WebSettings::setRegionBasedColumnsEnabled(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 1a0df282e4963226fbc39783efec5935e9936657..0a4fe7f61ffdc7bca0d5364124f1950c32baedfb 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -94,7 +94,6 @@ public:
virtual void setEnableTouchAdjustment(bool) override;
virtual bool multiTargetTapNotificationEnabled() override;
virtual void setMultiTargetTapNotificationEnabled(bool) override;
- virtual void setRegionBasedColumnsEnabled(bool) override;
virtual void setExperimentalWebGLEnabled(bool) override;
virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
« no previous file with comments | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698