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

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

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.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 4cf55f62fa854df14c95cb88c711f653d7173b19..c6a34554bfddd8a01a29a54e174f168b21a46758 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -62,7 +62,6 @@ class WEB_EXPORT WebRemoteFrameImpl final
const WebSecurityOrigin&) override;
void setIsolatedWorldContentSecurityPolicy(int worldID,
const WebString&) override;
- void addMessageToConsole(const WebConsoleMessage&) override;
void collectGarbage() override;
v8::Local<v8::Value> executeScriptAndReturnValue(
const WebScriptSource&) override;

Powered by Google App Engine
This is Rietveld 408576698