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

Unified Diff: Source/web/WebSettingsImpl.h

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 | « 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 1587f9ade1c3a6e4a4ddf325225db29427c1a15a..7e19952f2b369338c32d597278df40df074a25bf 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -47,10 +47,7 @@ public:
virtual bool mainFrameResizesAreOrientationChanges() const OVERRIDE;
virtual bool shrinksViewportContentToFit() const OVERRIDE;
- virtual bool scrollAnimatorEnabled() const OVERRIDE;
- virtual bool touchEditingEnabled() const OVERRIDE;
virtual bool viewportEnabled() const OVERRIDE;
- virtual bool viewportMetaEnabled() const OVERRIDE;
virtual void setAccelerated2dCanvasEnabled(bool) OVERRIDE;
virtual void setAccelerated2dCanvasMSAASampleCount(int) OVERRIDE;
virtual void setAcceleratedCompositingEnabled(bool) 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