Chromium Code Reviews| Index: Source/modules/serviceworkers/ServiceWorkerClients.h |
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h |
| index a6b6f4d6cb23cb0b04594fe18ce5d6c073c5121d..d9cd4cd1f62b13227f85ad67a775c8fab589600d 100644 |
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.h |
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.h |
| @@ -21,7 +21,10 @@ public: |
| static ServiceWorkerClients* create(); |
| // Clients.idl |
| + // DEPRECATED, please use matchAll instead |
|
falken
2015/02/13 10:16:00
nit: add a period to end of the comment. Also, add
zhuoyu.qian
2015/02/13 10:47:05
Done.
|
| ScriptPromise getAll(ScriptState*, const ClientQueryOptions&); |
| + |
| + ScriptPromise matchAll(ScriptState*, const ClientQueryOptions&); |
| ScriptPromise openWindow(ScriptState*, const String& url); |
| ScriptPromise claim(ScriptState*); |