| 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&);
|
|
|
|
|