| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| index dbf6ed60ddf062dde123e9bd4961de008e1f7165..49733b4085c4607e35275e51852437b592d9bf8d 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -272,7 +272,8 @@ class WebServiceWorkerContextClient {
|
| // should delete the callbacks after calling either onSuccess or onError.
|
| // WebServiceWorkerClientInfo and WebServiceWorkerError ownerships are
|
| // passed to the WebServiceWorkerClientsCallbacks implementation.
|
| - virtual void OpenWindow(const WebURL&,
|
| + virtual void OpenWindow(const WebURL& redirect_url,
|
| + const WebURL& url_to_open,
|
| std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0;
|
|
|
| // A suggestion to cache this metadata in association with this URL.
|
|
|