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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h

Issue 2736763002: [DevTools] Save connected worker ids to send "detached" notification on restore. (Closed)
Patch Set: test result Created 3 years, 9 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/inspector/InspectorWorkerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
index 5728eea0ea4b564a86d181a1b4498ca422e44589..103350358618f3665062b19b22b75da49e4fc866 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
@@ -73,6 +73,7 @@ class CORE_EXPORT InspectorWorkerAgent final
void connectToAllProxies();
void disconnectFromAllProxies(bool reportToFrontend);
void connectToProxy(WorkerInspectorProxy*, bool waitingForDebugger);
+ protocol::DictionaryValue* attachedWorkerIds();
// WorkerInspectorProxy::PageInspector implementation.
void dispatchMessageFromWorker(WorkerInspectorProxy*,

Powered by Google App Engine
This is Rietveld 408576698