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 3932a72c525613708eea934084cc0f643989241a..78384e44ed9627fb1f92d4107d6d4d158c28e6ec 100644 |
--- a/content/browser/service_worker/service_worker_storage.h |
+++ b/content/browser/service_worker/service_worker_storage.h |
@@ -93,6 +93,7 @@ class CONTENT_EXPORT ServiceWorkerStorage { |
int64 NewRegistrationId(); |
int64 NewVersionId(); |
int64 NewResourceId(); |
+ const base::FilePath& path() { return path_; } |
// Intended for use only by ServiceWorkerRegisterJob. |
void NotifyInstallingRegistration( |