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 28072ba2ceb886650ce49ff2acbcda9f15808f91..ff398af6522ad07394d40380ef854e8e17393625 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -491,10 +491,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(); } |