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

Unified Diff: third_party/WebKit/public/web/WebFrame.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/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index 581e3c8677be81c614656e545dee6764370ad140..85f2e2380244e036a1ad898922bbd9acf1fd3924 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -70,7 +70,6 @@ class WebURL;
class WebURLRequest;
class WebView;
enum class WebSandboxFlags;
-struct WebConsoleMessage;
struct WebFrameOwnerProperties;
struct WebPrintParams;
struct WebRect;
@@ -272,9 +271,6 @@ class WebFrame {
virtual void setIsolatedWorldContentSecurityPolicy(int worldID,
const WebString&) = 0;
- // Logs to the console associated with this frame.
- virtual void addMessageToConsole(const WebConsoleMessage&) = 0;
-
// Calls window.gc() if it is defined.
virtual void collectGarbage() = 0;

Powered by Google App Engine
This is Rietveld 408576698