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

Unified Diff: public/platform/WebServiceWorkerProviderClient.h

Issue 541943003: ServiceWorker: Remove navigator.serviceWorker.{installing,waiting,active} (Blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update expectations Created 6 years, 3 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 | « Source/modules/serviceworkers/ServiceWorkerContainer.idl ('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 d6d83ce31e937b4d8b1749387123ef9fc7c880fd..0214b9d594715e4f5bb6e80e7b8a6577732b264e 100644
--- a/public/platform/WebServiceWorkerProviderClient.h
+++ b/public/platform/WebServiceWorkerProviderClient.h
@@ -45,11 +45,6 @@ class WebServiceWorkerProviderClient {
public:
virtual ~WebServiceWorkerProviderClient() { }
- // FIXME: Remove these unnecessary interfaces (http://crbug.com/404982).
- virtual void setInstalling(WebServiceWorker*) = 0;
- virtual void setWaiting(WebServiceWorker*) = 0;
- virtual void setActive(WebServiceWorker*) = 0;
-
virtual void setController(WebServiceWorker*) = 0;
virtual void setReadyRegistration(WebServiceWorkerRegistration*) = 0;
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerContainer.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698