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

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.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/SharedWorkerReportingProxy.h
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h b/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h
index b04aedb19ed69e9dfe16ed39f068efc0e60303f0..45fc865cd5e06c36f7726fd8b5b3bf62d50af312 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h
@@ -35,7 +35,7 @@ class SharedWorkerReportingProxy final
MessageLevel,
const String& message,
SourceLocation*) override;
- void PostMessageToPageInspector(const WTF::String&) override;
+ void PostMessageToPageInspector(int session_id, const WTF::String&) override;
void DidEvaluateWorkerScript(bool success) override {}
void DidCloseWorkerGlobalScope() override;
void WillDestroyWorkerGlobalScope() override {}

Powered by Google App Engine
This is Rietveld 408576698