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

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

Issue 2732113004: Remove FrameHost::consoleMessageStorage() methods (Closed)
Patch Set: Rebase 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
Index: third_party/WebKit/Source/core/frame/FrameHost.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
index 226ca9134f15aeed4ccd08009595bb12047f8e0a..52c9afadc09cf41026c843ecc91a7ac1fac30ea0 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -73,14 +73,6 @@ const OverscrollController& FrameHost::overscrollController() const {
return page().overscrollController();
}
-ConsoleMessageStorage& FrameHost::consoleMessageStorage() {
- return page().consoleMessageStorage();
-}
-
-const ConsoleMessageStorage& FrameHost::consoleMessageStorage() const {
- return page().consoleMessageStorage();
-}
-
DEFINE_TRACE(FrameHost) {
visitor->trace(m_page);
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameHost.h ('k') | third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698