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

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

Issue 2878933003: Makes WorkerInspectorProxy work with ExecutionContext instead of Document (Closed)
Patch Set: . Created 3 years, 7 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/FrameConsole.h
diff --git a/third_party/WebKit/Source/core/frame/FrameConsole.h b/third_party/WebKit/Source/core/frame/FrameConsole.h
index 637f11f2abb269cef0bcfce5aafbb5b5259194a9..774498c276eff10066ba1b540d1ee9e60f9cfd10 100644
--- a/third_party/WebKit/Source/core/frame/FrameConsole.h
+++ b/third_party/WebKit/Source/core/frame/FrameConsole.h
@@ -56,10 +56,6 @@ class CORE_EXPORT FrameConsole final
}
void AddMessage(ConsoleMessage*);
- void AddMessageFromWorker(MessageLevel,
- const String& message,
- std::unique_ptr<SourceLocation>,
- const String& worker_id);
// Show the specified ConsoleMessage only if the frame haven't shown a message
// same as ConsoleMessage::messsage().

Powered by Google App Engine
This is Rietveld 408576698