| 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 9bde541f0b8240d22c503d954ff2a8c369a3fd89..27af213a4d12df74eeec3e3d18ef1a8be6d91a69 100644
|
| --- a/content/renderer/service_worker/service_worker_script_context.h
|
| +++ b/content/renderer/service_worker/service_worker_script_context.h
|
| @@ -103,7 +103,7 @@ class ServiceWorkerScriptContext {
|
| const std::vector<int>& sent_message_port_ids,
|
| const std::vector<int>& new_routing_ids);
|
| void OnDidGetClientDocuments(
|
| - int request_id, const std::vector<int>& client_ids);
|
| + int request_id, const std::vector<ServiceWorkerClientInfo>& clients);
|
| void OnFocusClientResponse(int request_id, bool result);
|
|
|
| scoped_ptr<ServiceWorkerCacheStorageDispatcher> cache_storage_dispatcher_;
|
|
|