| Index: content/browser/service_worker/service_worker_context_core.h
|
| diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h
|
| index 8c534b11d7e6e19b45f50d97afbd263d1ba0bf7f..615954a807ea06b3a1c671c4995b59b83e33f7c6 100644
|
| --- a/content/browser/service_worker/service_worker_context_core.h
|
| +++ b/content/browser/service_worker/service_worker_context_core.h
|
| @@ -61,6 +61,7 @@ class CONTENT_EXPORT ServiceWorkerContextCore
|
| public:
|
| typedef base::Callback<void(ServiceWorkerStatusCode status)> StatusCallback;
|
| typedef base::Callback<void(ServiceWorkerStatusCode status,
|
| + const std::string& status_message,
|
| int64 registration_id)> RegistrationCallback;
|
| typedef base::Callback<
|
| void(ServiceWorkerStatusCode status)> UnregistrationCallback;
|
| @@ -213,6 +214,7 @@ class CONTENT_EXPORT ServiceWorkerContextCore
|
| void RegistrationComplete(const GURL& pattern,
|
| const RegistrationCallback& callback,
|
| ServiceWorkerStatusCode status,
|
| + const std::string& status_message,
|
| ServiceWorkerRegistration* registration);
|
|
|
| void UnregistrationComplete(const GURL& pattern,
|
|
|