| 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(); }
|
|
|