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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2601763002: WebFrame cleanup: Move addMessageToConsole to WebLocalFrame (Closed)
Patch Set: Created 4 years 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/web/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index c252b26256de8a624ebb06e6dcdc2fd79019b6e0..a30ee262fcf2333feadcbd163d7763b68fed12cc 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -181,10 +181,6 @@ void WebRemoteFrameImpl::setIsolatedWorldContentSecurityPolicy(
NOTREACHED();
}
-void WebRemoteFrameImpl::addMessageToConsole(const WebConsoleMessage&) {
- NOTREACHED();
-}
-
void WebRemoteFrameImpl::collectGarbage() {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698