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

Unified Diff: public/platform/WebServiceWorkerProviderClient.h

Issue 894983002: ServiceWorker: Make "ready" fetches registration from browser process(1/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: pass layout tests Created 5 years, 10 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 | « public/platform/WebServiceWorkerProvider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerProviderClient.h
diff --git a/public/platform/WebServiceWorkerProviderClient.h b/public/platform/WebServiceWorkerProviderClient.h
index c4e0154abe9e426c264e4735aa0b484ac1882edb..6f840707e4bca38484e1fb03d2b361a2dc94b6e9 100644
--- a/public/platform/WebServiceWorkerProviderClient.h
+++ b/public/platform/WebServiceWorkerProviderClient.h
@@ -48,6 +48,7 @@ public:
virtual ~WebServiceWorkerProviderClient() { }
virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) = 0;
+ // FIXME: Removed this after Chrome side CL landed.
virtual void setReadyRegistration(WebServiceWorkerRegistration*) = 0;
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) = 0;
« no previous file with comments | « public/platform/WebServiceWorkerProvider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698