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

Unified Diff: public/web/WebSettings.h

Issue 1343843004: [DevTools] Emulate hover and pointer types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed settings getters Created 5 years, 3 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/tests/data/viewport_emulation.html ('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 bd102c3144b867d32b20a12735f1dfe282fa0889..efaf7d940b8a85536e526bb44eccc91a1d89a092 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -113,10 +113,6 @@ public:
virtual void setFromStrings(const WebString& name, const WebString& value) = 0;
virtual bool mainFrameResizesAreOrientationChanges() const = 0;
- virtual int availablePointerTypes() const = 0;
- virtual PointerType primaryPointerType() const = 0;
- virtual int availableHoverTypes() const = 0;
- virtual HoverType primaryHoverType() const = 0;
virtual bool shrinksViewportContentToFit() const = 0;
virtual bool viewportEnabled() const = 0;
virtual void setAccelerated2dCanvasEnabled(bool) = 0;
« no previous file with comments | « Source/web/tests/data/viewport_emulation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698