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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1358173008: Add UMA stats for pinch-zoom behavior on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small build fix to previous patch 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
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 0cf600a470ff9c90d6e4cf253373189a3832240e..259556fc42cbf6768568b9dee7f2f47131b91cfc 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -490,10 +490,6 @@ public:
void requestPointerUnlock();
bool isPointerLocked();
- // Heuristic-based function for determining if we should disable workarounds
- // for viewing websites that are not optimized for mobile devices.
- bool shouldDisableDesktopWorkarounds();
-
// Exposed for tests.
unsigned numLinkHighlights() { return m_linkHighlights.size(); }
LinkHighlightImpl* linkHighlight(int i) { return m_linkHighlights[i].get(); }

Powered by Google App Engine
This is Rietveld 408576698