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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.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
Index: third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h b/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
index 058bd2571823dda23f0211d12e769f8c5e52d67e..1d8205b12604735215ebd8851f4c8ea94829d802 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedMessagingProxyBase.h
@@ -54,7 +54,7 @@ class CORE_EXPORT ThreadedMessagingProxyBase
MessageLevel,
const String& message,
std::unique_ptr<SourceLocation>);
- void PostMessageToPageInspector(const String&);
+ void PostMessageToPageInspector(int session_id, const String&);
// 'virtual' for testing.
virtual void WorkerThreadTerminated();

Powered by Google App Engine
This is Rietveld 408576698