| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| index c8c10674bad2fd1ed44cbabe35a253e290a96491..4d67561ce8335f33389dabfa65359a9f0853cff5 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| @@ -18,6 +18,7 @@ namespace blink {
|
|
|
| class BackgroundFetchOptions;
|
| class BackgroundFetchRegistration;
|
| +class WebServiceWorkerRequest;
|
|
|
| // The bridge is responsible for establishing and maintaining the Mojo
|
| // connection to the BackgroundFetchService. It's keyed on an active Service
|
| @@ -45,6 +46,7 @@ class BackgroundFetchBridge final
|
| // given |options| for the sequence of |requests|. The |callback| will be
|
| // invoked when the registration has been created.
|
| void fetch(const String& tag,
|
| + Vector<WebServiceWorkerRequest> requests,
|
| const BackgroundFetchOptions&,
|
| std::unique_ptr<RegistrationCallback>);
|
|
|
|
|