| Index: content/child/service_worker/service_worker_dispatcher.h
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
|
| index 6ff4fa5bf0d6c61ad63fc5c68d64fd5803dfeba2..07ab9e02ae91f357c66b7d947e46f14a40197723 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| #include "content/child/worker_task_runner.h"
|
| +#include "content/common/service_worker/service_worker_status_code.h"
|
| #include "third_party/WebKit/public/platform/WebServiceWorkerError.h"
|
| #include "third_party/WebKit/public/platform/WebServiceWorkerProvider.h"
|
| #include "third_party/WebKit/public/platform/WebServiceWorkerState.h"
|
| @@ -137,7 +138,8 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| const ServiceWorkerRegistrationObjectInfo& info,
|
| const ServiceWorkerVersionAttributes& attrs);
|
| void OnUnregistered(int thread_id,
|
| - int request_id);
|
| + int request_id,
|
| + ServiceWorkerStatusCode status);
|
| void OnRegistrationError(int thread_id,
|
| int request_id,
|
| blink::WebServiceWorkerError::ErrorType error_type,
|
|
|