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

Unified Diff: third_party/WebKit/Source/core/frame/VisualViewport.h

Issue 2443753002: Count presence of viewport tag as mobile-friendly
Patch Set: default false Created 4 years, 2 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
Index: third_party/WebKit/Source/core/frame/VisualViewport.h
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h
index be039c3e231ae59eba6c073ea4dbf9a2ecf938fb..0c6628d100e900c3a9cc9572be41e02ff8f1486b 100644
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h
@@ -210,10 +210,6 @@ class CORE_EXPORT VisualViewport final
void sendUMAMetrics();
void startTrackingPinchStats();
- // Heuristic-based function for determining if we should disable workarounds
- // for viewing websites that are not optimized for mobile devices.
- bool shouldDisableDesktopWorkarounds() const;
-
private:
explicit VisualViewport(FrameHost&);
« no previous file with comments | « third_party/WebKit/Source/core/dom/ViewportDescription.cpp ('k') | third_party/WebKit/Source/core/frame/VisualViewport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698