| Index: content/browser/service_worker/embedded_worker_test_helper.h
|
| diff --git a/content/browser/service_worker/embedded_worker_test_helper.h b/content/browser/service_worker/embedded_worker_test_helper.h
|
| index 2ea93eed5204da645a472ddb8507c458de0f3bb2..2710091f08384fac27872c3a481636a1594629a2 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.h
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.h
|
| @@ -18,6 +18,7 @@
|
| #include "base/optional.h"
|
| #include "base/time/time.h"
|
| #include "content/common/service_worker/embedded_worker.mojom.h"
|
| +#include "content/common/service_worker/fetch_event_dispatcher.mojom.h"
|
| #include "content/common/service_worker/service_worker_status_code.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_test_sink.h"
|
| @@ -180,6 +181,7 @@ class EmbeddedWorkerTestHelper : public IPC::Sender,
|
| virtual void OnFetchEvent(int embedded_worker_id,
|
| int fetch_event_id,
|
| const ServiceWorkerFetchRequest& request,
|
| + mojom::FetchEventPreloadHandlePtr preload_handle,
|
| const FetchCallback& callback);
|
| virtual void OnPushEvent(int embedded_worker_id,
|
| int request_id,
|
| @@ -220,6 +222,7 @@ class EmbeddedWorkerTestHelper : public IPC::Sender,
|
| void OnFetchEventStub(int thread_id,
|
| int fetch_event_id,
|
| const ServiceWorkerFetchRequest& request,
|
| + mojom::FetchEventPreloadHandlePtr preload_handle,
|
| const FetchCallback& callback);
|
| void OnPushEventStub(int request_id, const PushEventPayload& payload);
|
| void OnSetupMojoStub(int thread_id,
|
|
|