| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| index 03cd38f8b17468bda11bd144d15c9edaa4e8cfb5..b524fd55a6399094b46e46222b27778e93a29537 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
|
| @@ -48,6 +48,9 @@ class BackgroundFetchManager final
|
| private:
|
| explicit BackgroundFetchManager(ServiceWorkerRegistration*);
|
|
|
| + void didFetch(ScriptPromiseResolver*,
|
| + mojom::blink::BackgroundFetchError,
|
| + BackgroundFetchRegistration*);
|
| void didGetRegistration(ScriptPromiseResolver*,
|
| mojom::blink::BackgroundFetchError,
|
| BackgroundFetchRegistration*);
|
|
|