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

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

Issue 2716153003: Removed FrameHost::chromeClient() (Closed)
Patch Set: Rebase Created 3 years, 10 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
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 f9471fdb8a57a2059e66397f91fdfef89e2f1cbf..e04f2b99465c06908be8a2dec7f287c9e341f33e 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -74,9 +74,6 @@ class CORE_EXPORT FrameHost final
Page& page();
const Page& page() const;
- ChromeClient& chromeClient();
- const ChromeClient& chromeClient() const;
-
UseCounter& useCounter();
const UseCounter& useCounter() const;

Powered by Google App Engine
This is Rietveld 408576698