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

Unified Diff: public/web/WebSettings.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 | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index a16f02a5ba3f73c517bbacc291cd0b2caeaf754a..249354bff7bfbadf54af7b0f68ba070acb439beb 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -167,7 +167,6 @@ public:
virtual void setEnableTouchAdjustment(bool) = 0;
virtual bool multiTargetTapNotificationEnabled() = 0;
virtual void setMultiTargetTapNotificationEnabled(bool) = 0;
- virtual void setRegionBasedColumnsEnabled(bool) = 0;
virtual void setExperimentalWebGLEnabled(bool) = 0;
virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
« no previous file with comments | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698