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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 434873002: Remove unused WebSettings getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index a5982f4cbaa26e9b8015a79cb63d9a2c74242080..41e3b1410d86841b2206bba8756fc964ccbae528 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -586,26 +586,11 @@ void WebSettingsImpl::setEnableTouchAdjustment(bool enabled)
m_settings->setTouchAdjustmentEnabled(enabled);
}
-bool WebSettingsImpl::scrollAnimatorEnabled() const
-{
- return m_settings->scrollAnimatorEnabled();
-}
-
-bool WebSettingsImpl::touchEditingEnabled() const
-{
- return m_settings->touchEditingEnabled();
-}
-
bool WebSettingsImpl::viewportEnabled() const
{
return m_settings->viewportEnabled();
}
-bool WebSettingsImpl::viewportMetaEnabled() const
-{
- return m_settings->viewportMetaEnabled();
-}
-
bool WebSettingsImpl::mainFrameResizesAreOrientationChanges() const
{
return m_mainFrameResizesAreOrientationChanges;
« no previous file with comments | « Source/web/WebSettingsImpl.h ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698