| 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 6400d8bf8d1b4b774fb91ebcf2c5ca3466a3fa4a..a71a2180800e0ff66a5bd1636415ccb7d112ea62 100644
|
| --- a/content/renderer/service_worker/service_worker_script_context.h
|
| +++ b/content/renderer/service_worker/service_worker_script_context.h
|
| @@ -106,7 +106,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_;
|
|
|