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

Unified Diff: public/platform/WebServiceWorkerRegistrationProxy.h

Issue 1262943002: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (1/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 2 Created 5 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 | « public/platform/WebServiceWorkerRegistration.h ('k') | public/platform/WebServiceWorkerRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerRegistrationProxy.h
diff --git a/public/platform/WebServiceWorkerRegistrationProxy.h b/public/platform/WebServiceWorkerRegistrationProxy.h
index e6a7a81627e6a00c19669bd7f68c6159482a5724..4e6c7d5b159efdd13e58dea1f4fdd027e22c2ffa 100644
--- a/public/platform/WebServiceWorkerRegistrationProxy.h
+++ b/public/platform/WebServiceWorkerRegistrationProxy.h
@@ -2,31 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebServiceWorkerRegistrationProxy_h
-#define WebServiceWorkerRegistrationProxy_h
-
-namespace blink {
-
-class WebServiceWorker;
-
-// A proxy interface, passed via WebServiceWorkerRegistration.setProxy() from
-// blink to the embedder, to talk to the ServiceWorkerRegistration object from
-// embedder.
-class WebServiceWorkerRegistrationProxy {
-public:
- // Notifies that the registration entered the installation process.
- // The installing worker should be accessible via
- // WebServiceWorkerRegistration.installing.
- virtual void dispatchUpdateFoundEvent() = 0;
-
- virtual void setInstalling(WebServiceWorker*) = 0;
- virtual void setWaiting(WebServiceWorker*) = 0;
- virtual void setActive(WebServiceWorker*) = 0;
-
-protected:
- virtual ~WebServiceWorkerRegistrationProxy() { }
-};
-
-} // namespace blink
-
-#endif // WebServiceWorkerRegistrationProxy_h
+#include "public/platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h"
« no previous file with comments | « public/platform/WebServiceWorkerRegistration.h ('k') | public/platform/WebServiceWorkerRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698