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

Unified Diff: third_party/WebKit/Source/core/page/Page.h

Issue 2876393002: Clean up duplicate Page methods (Closed)
Patch Set: Created 3 years, 7 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/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/page/Page.h
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
index e644faaeae13ee25d1b711e89c2bf3f8853501fc..b1189f9d92b76b0af0a3eb0bfeed9fd25ad7893c 100644
--- a/third_party/WebKit/Source/core/page/Page.h
+++ b/third_party/WebKit/Source/core/page/Page.h
@@ -185,25 +185,13 @@ class CORE_EXPORT Page final : public GarbageCollectedFinalized<Page>,
Deprecation& GetDeprecation() { return deprecation_; }
HostsUsingFeatures& GetHostsUsingFeatures() { return hosts_using_features_; }
- PageScaleConstraintsSet& GetPageScaleConstraintsSet();
- const PageScaleConstraintsSet& GetPageScaleConstraintsSet() const;
-
- BrowserControls& GetBrowserControls();
- const BrowserControls& GetBrowserControls() const;
-
- ConsoleMessageStorage& GetConsoleMessageStorage();
- const ConsoleMessageStorage& GetConsoleMessageStorage() const;
-
- EventHandlerRegistry& GetEventHandlerRegistry();
- const EventHandlerRegistry& GetEventHandlerRegistry() const;
-
+ PageScaleConstraintsSet& GetPageScaleConstraintsSet() const;
+ BrowserControls& GetBrowserControls() const;
+ ConsoleMessageStorage& GetConsoleMessageStorage() const;
+ EventHandlerRegistry& GetEventHandlerRegistry() const;
TopDocumentRootScrollerController& GlobalRootScrollerController() const;
-
- VisualViewport& GetVisualViewport();
- const VisualViewport& GetVisualViewport() const;
-
- OverscrollController& GetOverscrollController();
- const OverscrollController& GetOverscrollController() const;
+ VisualViewport& GetVisualViewport() const;
+ OverscrollController& GetOverscrollController() const;
void SetTabKeyCyclesThroughElements(bool b) {
tab_key_cycles_through_elements_ = b;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698