| Index: content/renderer/service_worker/service_worker_script_context.h
|
| diff --git a/content/renderer/service_worker/service_worker_script_context.h b/content/renderer/service_worker/service_worker_script_context.h
|
| index 1517e0fd7f0d2f324795fc96249e0a976749ed87..516418594c418f85ab14cd45108bd5fc80f9665a 100644
|
| --- a/content/renderer/service_worker/service_worker_script_context.h
|
| +++ b/content/renderer/service_worker/service_worker_script_context.h
|
| @@ -139,6 +139,7 @@ class ServiceWorkerScriptContext {
|
| void OnDidGetClientDocuments(
|
| int request_id, const std::vector<ServiceWorkerClientInfo>& clients);
|
| void OnOpenWindowResponse(int request_id,
|
| + const GURL& url,
|
| const ServiceWorkerClientInfo& client);
|
| void OnOpenWindowError(int request_id);
|
| void OnFocusClientResponse(int request_id,
|
|
|