| 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 b5a65e965600ae55ab281097f81fb68ef057d569..26ef9c34097251049119fe6238060bb660d15e9d 100644
|
| --- a/content/browser/service_worker/service_worker_storage.h
|
| +++ b/content/browser/service_worker/service_worker_storage.h
|
| @@ -294,6 +294,8 @@ class CONTENT_EXPORT ServiceWorkerStorage
|
| base::FilePath GetDatabasePath();
|
| base::FilePath GetDiskCachePath();
|
|
|
| + // Loads the registration data from backend storage. This must be called
|
| + // before any method that requires registration data.
|
| bool LazyInitialize(
|
| const base::Closure& callback);
|
| void DidReadInitialData(
|
|
|