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

Unified Diff: content/browser/shared_worker/shared_worker_service_impl.h

Issue 196503005: Make DevTools support for the embedded SharedWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce SharedWorkerDevToolsManager Created 6 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: content/browser/shared_worker/shared_worker_service_impl.h
diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
index a60ec707f4dc995af09a695f169f85a68e06d39e..3f76442bd2806c486f3f4a88fcc62f53efe70cbc 100644
--- a/content/browser/shared_worker/shared_worker_service_impl.h
+++ b/content/browser/shared_worker/shared_worker_service_impl.h
@@ -92,6 +92,8 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
// RenderProcessHostImpl on UI thread if necessary.
void CheckWorkerDependency();
+ void NotifyWorkerDestroyed(int worker_process_id, int worker_route_id);
+
private:
friend struct DefaultSingletonTraits<SharedWorkerServiceImpl>;
friend class SharedWorkerServiceImplTest;

Powered by Google App Engine
This is Rietveld 408576698