| 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..35d46c663d9f429258529785fdd1ce7bb1b48030 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| @@ -29,6 +29,12 @@ class ServiceWorkerClients final
|
| ScriptPromise openWindow(ScriptState*, const String& url);
|
| ScriptPromise claim(ScriptState*);
|
|
|
| + // This interface is not part of Clients.idl. |redirect_url| is the last
|
| + // navigation occured before |url|.
|
| + ScriptPromise openWindow(ScriptState*,
|
| + const String& redirect_url,
|
| + const String& url);
|
| +
|
| DEFINE_INLINE_TRACE() {}
|
|
|
| private:
|
|
|