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

Unified Diff: sky/engine/core/frame/FrameHost.h

Issue 878673005: Get rid of Chrome, use Page. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/frame/FrameConsole.cpp ('k') | sky/engine/core/frame/FrameHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/FrameHost.h
diff --git a/sky/engine/core/frame/FrameHost.h b/sky/engine/core/frame/FrameHost.h
index 083406c431ecec279c763092096349e5105cec07..f17c1e81c1db0f0f892716520f710bc0af303d24 100644
--- a/sky/engine/core/frame/FrameHost.h
+++ b/sky/engine/core/frame/FrameHost.h
@@ -39,7 +39,6 @@
namespace blink {
-class Chrome;
class Page;
class ServiceProvider;
class Settings;
@@ -62,7 +61,6 @@ public:
// Careful: This function will eventually be removed.
Page& page() const { return *m_page; }
Settings& settings() const;
- Chrome& chrome() const;
ServiceProvider& services() const { return m_services; }
« no previous file with comments | « sky/engine/core/frame/FrameConsole.cpp ('k') | sky/engine/core/frame/FrameHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698