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

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

Issue 2772993002: Remove the final methods from FrameHost (Closed)
Patch Set: 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 f7943748f45df1ff58fc0e253897c0bb548851a0..e9c6aea7c166b930a19cf3003408329a46a925a2 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -40,7 +40,6 @@
namespace blink {
-class BrowserControls;
class Page;
// FrameHost is the set of global data shared between multiple frames
@@ -61,12 +60,6 @@ class CORE_EXPORT FrameHost final
static FrameHost* create(Page&);
~FrameHost();
- Page& page();
- const Page& page() const;
-
- BrowserControls& browserControls();
- const BrowserControls& browserControls() const;
-
DECLARE_TRACE();
private:
« 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