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..61d66d0d6374c5b894b58b910b429b14e15f8ced 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.h |
+++ b/content/child/service_worker/service_worker_dispatcher.h |
@@ -137,7 +137,8 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer { |
const ServiceWorkerRegistrationObjectInfo& info, |
const ServiceWorkerVersionAttributes& attrs); |
void OnUnregistered(int thread_id, |
- int request_id); |
+ int request_id, |
+ bool is_success); |
void OnRegistrationError(int thread_id, |
int request_id, |
blink::WebServiceWorkerError::ErrorType error_type, |