Chromium Code Reviews| 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() {} |