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

Unified Diff: public/web/WebServiceWorkerContextClient.h

Issue 483813002: DevTools: Add workerShadowPageLoaded method to shared/service worker clients for further plumbing i… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 4 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
« no previous file with comments | « no previous file | public/web/WebSharedWorkerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebServiceWorkerContextClient.h
diff --git a/public/web/WebServiceWorkerContextClient.h b/public/web/WebServiceWorkerContextClient.h
index 21199d6fd8dfe0c4d320a0b80544c290e22ca399..d5996f815d4ad6f8a30b4ebe801df36f45ca3868 100644
--- a/public/web/WebServiceWorkerContextClient.h
+++ b/public/web/WebServiceWorkerContextClient.h
@@ -71,6 +71,9 @@ public:
// WebEmbeddedWorker.resumeAfterDownload() is invoked.
virtual void didPauseAfterDownload() { }
+ // ServiceWorker has prepared everything for script loading and is now ready for inspection.
+ virtual void workerReadyForInspection() { }
+
// A new WorkerGlobalScope is created and started to run on the
// worker thread.
// This also gives back a proxy to the client to talk to the
« no previous file with comments | « no previous file | public/web/WebSharedWorkerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698