| 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"
|
|
|