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

Unified Diff: third_party/WebKit/public/web/WebEmbeddedWorker.h

Issue 1908313003: Shows the error message while fetching the SW script in the DevTools console. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated falken's comment Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebEmbeddedWorker.h
diff --git a/third_party/WebKit/public/web/WebEmbeddedWorker.h b/third_party/WebKit/public/web/WebEmbeddedWorker.h
index ec0092c3ba92b71d957f58df2a310a58e70fc7dc..89fd87893bff3f0d99b61a70707ee967a702a42d 100644
--- a/third_party/WebKit/public/web/WebEmbeddedWorker.h
+++ b/third_party/WebKit/public/web/WebEmbeddedWorker.h
@@ -38,6 +38,7 @@ namespace blink {
class WebServiceWorkerContextClient;
class WebString;
class WebWorkerContentSettingsClientProxy;
+struct WebConsoleMessage;
struct WebEmbeddedWorkerStartData;
// An interface to start and terminate an embedded worker.
@@ -67,6 +68,7 @@ public:
virtual void reattachDevTools(const WebString& hostId, int sessionId, const WebString& savedState) = 0;
virtual void detachDevTools() = 0;
virtual void dispatchDevToolsMessage(int sessionId, const WebString&) = 0;
+ virtual void addMessageToConsole(const WebConsoleMessage&) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698