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

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

Issue 355163003: Don't prematurely delete script resources when registration is deleted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: redesign Created 6 years, 6 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_context_observer.h
diff --git a/content/browser/service_worker/service_worker_context_observer.h b/content/browser/service_worker/service_worker_context_observer.h
index 8bdaeea394fd4a36c39d54349a560b2d4e06d720..09099c6965fc81b15789614b65fa0a894875378f 100644
--- a/content/browser/service_worker/service_worker_context_observer.h
+++ b/content/browser/service_worker/service_worker_context_observer.h
@@ -60,6 +60,7 @@ class ServiceWorkerContextObserver {
const ConsoleMessage& message) {}
virtual void OnRegistrationStored(const GURL& pattern) {}
virtual void OnRegistrationDeleted(const GURL& pattern) {}
+ virtual void OnNoControllees(int64 version_id) {}
michaeln 2014/06/30 22:31:54 this isn't used, delete it?
falken 2014/07/01 06:17:39 Oops, yes, this is from another try.
protected:
virtual ~ServiceWorkerContextObserver() {}

Powered by Google App Engine
This is Rietveld 408576698