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

Unified Diff: public/platform/WebServiceWorkerProxy.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/WebServiceWorkerProviderClient.h ('k') | public/platform/WebServiceWorkerRegistration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerProxy.h
diff --git a/public/platform/WebServiceWorkerProxy.h b/public/platform/WebServiceWorkerProxy.h
index e1c8c26e96d944f1bff96d3cc6b46949f682ebf8..8c678dc168d9ff6740091bb262e20f4a30d958c0 100644
--- a/public/platform/WebServiceWorkerProxy.h
+++ b/public/platform/WebServiceWorkerProxy.h
@@ -2,25 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebServiceWorkerProxy_h
-#define WebServiceWorkerProxy_h
-
-#include "public/platform/WebCommon.h"
-
-namespace blink {
-
-// A proxy interface, passed via WebServiceWorker.setProxy() from blink to
-// the embedder, to talk to the ServiceWorker object from embedder.
-class BLINK_PLATFORM_EXPORT WebServiceWorkerProxy {
-public:
- // Notifies the proxy that the service worker state changed. The new state
- // should be accessible via WebServiceWorker.state().
- virtual void dispatchStateChangeEvent() = 0;
-
-protected:
- virtual ~WebServiceWorkerProxy() { }
-};
-
-} // namespace blink
-
-#endif // WebServiceWorkerProxy_h
+#include "public/platform/modules/serviceworker/WebServiceWorkerProxy.h"
« no previous file with comments | « public/platform/WebServiceWorkerProviderClient.h ('k') | public/platform/WebServiceWorkerRegistration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698