| Index: content/browser/service_worker/service_worker_dispatcher_host.h
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| index c2b1ebcb10f1ac97921fa0f882c82dfa7ee71a62..64001e09b9e4109615621a63412d8225b33e79d1 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -143,6 +143,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| int provider_id,
|
| int request_id,
|
| ServiceWorkerStatusCode status,
|
| + const std::string& status_message,
|
| int64 registration_id);
|
|
|
| void UnregistrationComplete(int thread_id,
|
| @@ -158,7 +159,8 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
|
|
| void SendRegistrationError(int thread_id,
|
| int request_id,
|
| - ServiceWorkerStatusCode status);
|
| + ServiceWorkerStatusCode status,
|
| + const std::string& status_message);
|
|
|
| void SendUnregistrationError(int thread_id,
|
| int request_id,
|
|
|