| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index abe7fa382e26f5ae9a2f579f984984640629ff22..b4147a1b483ffb0400d103f08d108966d035d72c 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -146,7 +146,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| void Focus(const FocusCallback& callback);
|
|
|
| // Asks the renderer to send back the document information.
|
| - void GetClientInfo(const GetClientInfoCallback& callback);
|
| + void GetClientInfo(const GetClientInfoCallback& callback) const;
|
|
|
| // Adds reference of this host's process to the |pattern|, the reference will
|
| // be removed in destructor.
|
|
|