| Index: content/renderer/service_worker/embedded_worker_context_client.h
|
| diff --git a/content/renderer/service_worker/embedded_worker_context_client.h b/content/renderer/service_worker/embedded_worker_context_client.h
|
| index 5e5f6014346332a7ef207deac62a073ffb13c73d..f57c9f7d9c338e193189b31f83afeb8d7f069e1e 100644
|
| --- a/content/renderer/service_worker/embedded_worker_context_client.h
|
| +++ b/content/renderer/service_worker/embedded_worker_context_client.h
|
| @@ -10,11 +10,6 @@
|
| #include "base/strings/string16.h"
|
| #include "content/common/service_worker/service_worker_types.h"
|
| #include "ipc/ipc_listener.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerClientFocusCallback.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerClientsInfo.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerEventResult.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerSkipWaitingCallbacks.h"
|
| -#include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "third_party/WebKit/public/web/WebServiceWorkerContextClient.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -115,6 +110,7 @@ class EmbeddedWorkerContextClient
|
| blink::WebServiceWorkerClientFocusCallback*);
|
| virtual void skipWaiting(
|
| blink::WebServiceWorkerSkipWaitingCallbacks* callbacks);
|
| + virtual void claim(blink::WebServiceWorkerClientsClaimCallbacks* callbacks);
|
|
|
| // TODO: Implement DevTools related method overrides.
|
|
|
|
|