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

Side by Side 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, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 virtual void setDeviceSupportsTouch(bool) override; 87 virtual void setDeviceSupportsTouch(bool) override;
88 88
89 virtual void setDisableReadingFromCanvas(bool) override; 89 virtual void setDisableReadingFromCanvas(bool) override;
90 virtual void setDoubleTapToZoomEnabled(bool) override; 90 virtual void setDoubleTapToZoomEnabled(bool) override;
91 virtual void setDownloadableBinaryFontsEnabled(bool) override; 91 virtual void setDownloadableBinaryFontsEnabled(bool) override;
92 virtual void setEditingBehavior(EditingBehavior) override; 92 virtual void setEditingBehavior(EditingBehavior) override;
93 virtual void setEnableScrollAnimator(bool) override; 93 virtual void setEnableScrollAnimator(bool) override;
94 virtual void setEnableTouchAdjustment(bool) override; 94 virtual void setEnableTouchAdjustment(bool) override;
95 virtual bool multiTargetTapNotificationEnabled() override; 95 virtual bool multiTargetTapNotificationEnabled() override;
96 virtual void setMultiTargetTapNotificationEnabled(bool) override; 96 virtual void setMultiTargetTapNotificationEnabled(bool) override;
97 virtual void setRegionBasedColumnsEnabled(bool) override;
98 virtual void setExperimentalWebGLEnabled(bool) override; 97 virtual void setExperimentalWebGLEnabled(bool) override;
99 virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override; 98 virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_CO MMON) override;
100 virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMM ON) override; 99 virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMM ON) override;
101 virtual void setForceZeroLayoutHeight(bool) override; 100 virtual void setForceZeroLayoutHeight(bool) override;
102 virtual void setFullscreenSupported(bool) override; 101 virtual void setFullscreenSupported(bool) override;
103 virtual void setHyperlinkAuditingEnabled(bool) override; 102 virtual void setHyperlinkAuditingEnabled(bool) override;
104 virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) override; 103 virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) override;
105 virtual void setImageAnimationPolicy(ImageAnimationPolicy) override; 104 virtual void setImageAnimationPolicy(ImageAnimationPolicy) override;
106 virtual void setImagesEnabled(bool) override; 105 virtual void setImagesEnabled(bool) override;
107 virtual void setInlineTextBoxAccessibilityEnabled(bool) override; 106 virtual void setInlineTextBoxAccessibilityEnabled(bool) override;
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 // This quirk is to maintain compatibility with Android apps built on 227 // This quirk is to maintain compatibility with Android apps built on
229 // the Android SDK prior to and including version 18. Presumably, this 228 // the Android SDK prior to and including version 18. Presumably, this
230 // can be removed any time after 2015. See http://crbug.com/313754. 229 // can be removed any time after 2015. See http://crbug.com/313754.
231 bool m_clobberUserAgentInitialScaleQuirk; 230 bool m_clobberUserAgentInitialScaleQuirk;
232 bool m_mainFrameResizesAreOrientationChanges; 231 bool m_mainFrameResizesAreOrientationChanges;
233 }; 232 };
234 233
235 } // namespace blink 234 } // namespace blink
236 235
237 #endif 236 #endif
OLDNEW
« 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