| Index: content/browser/service_worker/service_worker_storage.h
|
| diff --git a/content/browser/service_worker/service_worker_storage.h b/content/browser/service_worker/service_worker_storage.h
|
| index fb9ad18c0584cb8e20bc3057ae1b4bcde4ff537e..f2e68c390e0a2184044533a5620c4b6dbf793ee9 100644
|
| --- a/content/browser/service_worker/service_worker_storage.h
|
| +++ b/content/browser/service_worker/service_worker_storage.h
|
| @@ -138,7 +138,7 @@ class CONTENT_EXPORT ServiceWorkerStorage {
|
| const base::Closure& callback);
|
| void DidReadInitialData(
|
| InitialData* data,
|
| - bool success);
|
| + ServiceWorkerStatusCode status);
|
| void DidGetRegistrationsForPattern(
|
| const GURL& scope,
|
| const FindRegistrationCallback& callback,
|
|
|