| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 43c4452e105d4e2eceee39aeaea7fd41a7f49055..9fab162ea8a34822147b3421d926ba0e3c7e1949 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -69,8 +69,12 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
|
| virtual void GetClients(
|
| const WebServiceWorkerClientQueryOptions&,
|
| std::unique_ptr<WebServiceWorkerClientsCallbacks>) = 0;
|
| - virtual void OpenWindow(const WebURL&,
|
| - std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0;
|
| + virtual void OpenWindowForClients(
|
| + const WebURL&,
|
| + std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0;
|
| + virtual void OpenWindowForPaymentHandler(
|
| + const WebURL&,
|
| + std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0;
|
| virtual void SetCachedMetadata(const WebURL&, const char*, size_t) = 0;
|
| virtual void ClearCachedMetadata(const WebURL&) = 0;
|
|
|
|
|