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 8bf5e99fa8a749aa7a3ed3bcde6846b82ba36436..8bdaeea394fd4a36c39d54349a560b2d4e06d720 100644 |
--- a/content/browser/service_worker/service_worker_context_observer.h |
+++ b/content/browser/service_worker/service_worker_context_observer.h |
@@ -58,6 +58,8 @@ class ServiceWorkerContextObserver { |
int process_id, |
int thread_id, |
const ConsoleMessage& message) {} |
+ virtual void OnRegistrationStored(const GURL& pattern) {} |
+ virtual void OnRegistrationDeleted(const GURL& pattern) {} |
protected: |
virtual ~ServiceWorkerContextObserver() {} |