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 9a1511c686a37f7465193c4524bf3fa17008d963..fd6b6ff694642b9f660add69242290232b1560df 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. |