| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index 9b3bc0627c2e99c2750842c9c3e19cae27f09a0b..a21b44e6e8b50f51f30242d239f8c6fc1734a8df 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -45,7 +45,6 @@ class ConsoleMessageStorage;
|
| class EventHandlerRegistry;
|
| class OverscrollController;
|
| class Page;
|
| -struct PageScaleConstraints;
|
| class PageScaleConstraintsSet;
|
| class TopDocumentRootScrollerController;
|
| class VisualViewport;
|
| @@ -105,10 +104,6 @@ class CORE_EXPORT FrameHost final
|
| }
|
| int subframeCount() const;
|
|
|
| - void setDefaultPageScaleLimits(float minScale, float maxScale);
|
| - void setUserAgentPageScaleConstraints(
|
| - const PageScaleConstraints& newConstraints);
|
| -
|
| private:
|
| explicit FrameHost(Page&);
|
|
|
|
|