| 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 73c4ba510023e1bc9ebbaf10f74da2ae860120ca..711ceebdb55b88d28b4e39d0d051df09bccf19cd 100644
|
| --- a/content/browser/service_worker/service_worker_storage.h
|
| +++ b/content/browser/service_worker/service_worker_storage.h
|
| @@ -31,9 +31,9 @@ class CONTENT_EXPORT ServiceWorkerStorage {
|
| quota::QuotaManagerProxy* quota_manager_proxy);
|
| ~ServiceWorkerStorage();
|
|
|
| - // `found` is only valid if status == REGISTRATION_OK.
|
| + // `found` is only valid if status == SERVICE_WORKER_OK.
|
| typedef base::Callback<void(bool found,
|
| - ServiceWorkerRegistrationStatus status,
|
| + ServiceWorkerStatusCode status,
|
| const scoped_refptr<ServiceWorkerRegistration>&
|
| registration)> FindRegistrationCallback;
|
|
|
|
|