Chromium Code Reviews| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.h |
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.h |
| index 5cd7c05bc18ba7d725aa733c2c876b9472055086..1427c9835ca383f87d0355e5b92974b26e337be9 100644 |
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.h |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.h |
| @@ -29,6 +29,10 @@ class ServiceWorkerClients final |
| ScriptPromise openWindow(ScriptState*, const String& url); |
| ScriptPromise claim(ScriptState*); |
| + ScriptPromise openWindow(ScriptState*, |
|
please use gerrit instead
2017/05/25 14:53:27
Perhaps a better name for this method would be a m
gogerald1
2017/05/25 16:53:32
This interface is also used by service worker, so
zino
2017/05/25 17:02:42
+1 I agree with rouslan@'s opinion.
gogerald1
2017/05/29 22:13:16
Done.
|
| + const String& redirect_url, |
| + const String& url); |
| + |
| DEFINE_INLINE_TRACE() {} |
| private: |