| 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 4d67561ce8335f33389dabfa65359a9f0853cff5..ebc02022a0aac872d7576d5d63618e4c0fd7599b 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchBridge.h
|
| @@ -75,6 +75,10 @@ class BackgroundFetchBridge final
|
| private:
|
| explicit BackgroundFetchBridge(ServiceWorkerRegistration&);
|
|
|
| + // Returns the security origin for the Service Worker registration this bridge
|
| + // is servicing, which is to be included in the Mojo calls.
|
| + SecurityOrigin* getSecurityOrigin();
|
| +
|
| // Returns an initialized BackgroundFetchServicePtr. A connection will be
|
| // established after the first call to this method.
|
| mojom::blink::BackgroundFetchServicePtr& getService();
|
|
|