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

Unified Diff: content/browser/service_worker/embedded_worker_registry.h

Issue 2787883003: [ServiceWorker] Add EmbeddedWorkerInstanceHost Interface. (Closed)
Patch Set: 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: content/browser/service_worker/embedded_worker_registry.h
diff --git a/content/browser/service_worker/embedded_worker_registry.h b/content/browser/service_worker/embedded_worker_registry.h
index 14bd8b8b44ed3c4bb9de34a3763871ccafc09e43..797da1dfbad987460abddd7aeea92ed2b5fad4a9 100644
--- a/content/browser/service_worker/embedded_worker_registry.h
+++ b/content/browser/service_worker/embedded_worker_registry.h
@@ -62,7 +62,6 @@ class CONTENT_EXPORT EmbeddedWorkerRegistry
// Called back from EmbeddedWorker in the child process, relayed via
// ServiceWorkerDispatcherHost.
- void OnWorkerReadyForInspection(int process_id, int embedded_worker_id);
void OnWorkerScriptLoaded(int process_id, int embedded_worker_id);
void OnWorkerThreadStarted(int process_id,
int thread_id,

Powered by Google App Engine
This is Rietveld 408576698