Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1867)

Unified Diff: content/browser/service_worker/service_worker_storage.h

Issue 261753008: Call EmbeddedWorkerDevToolsManager::ServiceWorkerCreated, WorkerContextStarted and WorkerDestroyed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698