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 d12b39c948037c47a0c91dbbacd1f6eb7c08f939..1bfa737d83679f42b96dda6b49c652117d56a3c3 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( |