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 9123014273d400004148f897a6ed999799677d5b..485a47fabf9233a8105f5bb7dc451745b025bf7a 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -138,7 +138,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
void Focus(const FocusCallback& callback); |
// Asks the renderer to send back the document information. |
- void GetClientInfo(int embedded_worker_id, int request_id); |
+ void GetClientInfo(int embedded_worker_id, int request_id) const; |
// Adds reference of this host's process to the |pattern|, the reference will |
// be removed in destructor. |