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

Unified Diff: public/platform/WebServiceWorkerProviderClient.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/WebServiceWorkerProvider.h ('k') | public/platform/WebServiceWorkerProxy.h » ('j') | 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 b803d39962e355ca1de413ef824e235b752f0c46..50f0439f71363c68a6a7207980bc2d138ed2c3b0 100644
--- a/public/platform/WebServiceWorkerProviderClient.h
+++ b/public/platform/WebServiceWorkerProviderClient.h
@@ -28,28 +28,4 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebServiceWorkerProviderClient_h
-#define WebServiceWorkerProviderClient_h
-
-#include "public/platform/WebCommon.h"
-#include "public/platform/WebMessagePortChannel.h"
-
-namespace blink {
-
-class WebServiceWorker;
-class WebString;
-
-// This class is the interface for embedders to talk to
-// ServiceWorkerContainer.
-class BLINK_PLATFORM_EXPORT WebServiceWorkerProviderClient {
-public:
- virtual ~WebServiceWorkerProviderClient() { }
-
- virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) = 0;
-
- virtual void dispatchMessageEvent(WebServiceWorker*, const WebString& message, const WebMessagePortChannelArray& channels) = 0;
-};
-
-} // namespace blink
-
-#endif // WebServiceWorkerProviderClient_h
+#include "public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h"
« no previous file with comments | « public/platform/WebServiceWorkerProvider.h ('k') | public/platform/WebServiceWorkerProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698