| 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 f2e68c390e0a2184044533a5620c4b6dbf793ee9..974b6f743b7ef2dd0711d78a9d4f772fa4c4d568 100644
|
| --- a/content/browser/service_worker/service_worker_storage.h
|
| +++ b/content/browser/service_worker/service_worker_storage.h
|
| @@ -143,12 +143,12 @@ class CONTENT_EXPORT ServiceWorkerStorage {
|
| const GURL& scope,
|
| const FindRegistrationCallback& callback,
|
| RegistrationList* registrations,
|
| - bool succcess);
|
| + ServiceWorkerStatusCode status);
|
| void DidGetRegistrationsForDocument(
|
| const GURL& scope,
|
| const FindRegistrationCallback& callback,
|
| RegistrationList* registrations,
|
| - bool succcess);
|
| + ServiceWorkerStatusCode status);
|
| void DidReadRegistrationForId(
|
| const FindRegistrationCallback& callback,
|
| const ServiceWorkerDatabase::RegistrationData& registration,
|
| @@ -157,7 +157,7 @@ class CONTENT_EXPORT ServiceWorkerStorage {
|
| void DidGetAllRegistrations(
|
| const GetAllRegistrationInfosCallback& callback,
|
| RegistrationList* registrations,
|
| - bool success);
|
| + ServiceWorkerStatusCode status);
|
| void DidStoreRegistration(
|
| const GURL& origin,
|
| const StatusCallback& callback,
|
|
|