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

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: 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..1dc0acd1c2b93b5611f0ba11aff777ba3d4ca7fc 100644
--- a/public/web/WebServiceWorkerContextClient.h
+++ b/public/web/WebServiceWorkerContextClient.h
@@ -71,6 +71,10 @@ public:
// WebEmbeddedWorker.resumeAfterDownload() is invoked.
virtual void didPauseAfterDownload() { }
+ // A shadow page for worker was created and loaded and is now ready to
+ // start a worker thread.
pfeldman 2014/08/18 16:14:45 Let add more details on why this is needed.
+ virtual void workerShadowPageLoaded() { }
+
// 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