| 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 4cfca4e081d3032866c3e580124225d273437221..61b1c5e765f449b617e45ab63213bfa704d5f840 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -148,7 +148,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.
|
|
|