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

Unified Diff: third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h

Issue 2951833002: [DevTools] Support multiple sessions in dedicated workers (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h b/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h
index 0d73710e1b22a53d9d08289df25df392267d9904..a5508c3d08f637c4d5b2b309448141e337358d8f 100644
--- a/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h
@@ -114,7 +114,7 @@ class CORE_EXPORT WebSharedWorkerImpl final
// Callback methods for SharedWorkerReportingProxy.
void CountFeature(WebFeature);
- void PostMessageToPageInspector(const String& message);
+ void PostMessageToPageInspector(int session_id, const String& message);
void DidCloseWorkerGlobalScope();
void DidTerminateWorkerThread();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698