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

Unified Diff: sky/engine/core/frame/Frame.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/Console.cpp ('k') | sky/engine/core/frame/Frame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/Frame.h
diff --git a/sky/engine/core/frame/Frame.h b/sky/engine/core/frame/Frame.h
index e394fa89badc4a1929dff1ed9521a1c0670c17c5..0324a9fb342b01237f836d49ac22ab384f355a39 100644
--- a/sky/engine/core/frame/Frame.h
+++ b/sky/engine/core/frame/Frame.h
@@ -66,8 +66,6 @@ public:
virtual void setDOMWindow(PassRefPtr<LocalDOMWindow>);
LocalDOMWindow* domWindow() const;
- ChromeClient& chromeClient() const;
-
Settings* settings() const; // can be null
protected:
« no previous file with comments | « sky/engine/core/frame/Console.cpp ('k') | sky/engine/core/frame/Frame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698