Chromium Code Reviews| 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..db7e1d62a0c349a031617fb5585e980920cf0294 100644 |
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
| @@ -70,6 +70,7 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient |
| const WebServiceWorkerClientQueryOptions&, |
| std::unique_ptr<WebServiceWorkerClientsCallbacks>) = 0; |
| virtual void OpenWindow(const WebURL&, |
| + const WebURL&, |
|
please use gerrit instead
2017/05/25 14:53:27
Need parameter names here.
gogerald1
2017/05/25 16:53:32
Done.
|
| std::unique_ptr<WebServiceWorkerClientCallbacks>) = 0; |
| virtual void SetCachedMetadata(const WebURL&, const char*, size_t) = 0; |
| virtual void ClearCachedMetadata(const WebURL&) = 0; |