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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.h

Issue 2720723004: Remove FrameHost setDefaultPageScaleLimits/UserAgentPageScaleConstraints (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698