Index: content/browser/service_worker/service_worker_context_watcher.h |
diff --git a/content/browser/service_worker/service_worker_context_watcher.h b/content/browser/service_worker/service_worker_context_watcher.h |
index 9d4bf1f64d921e2ca71dc56d1fd99cb5dc4a4bfa..9e7fb5383733f540b1211256d58c3fd127c8f8bb 100644 |
--- a/content/browser/service_worker/service_worker_context_watcher.h |
+++ b/content/browser/service_worker/service_worker_context_watcher.h |
@@ -84,6 +84,12 @@ class ServiceWorkerContextWatcher |
int process_id, |
int thread_id, |
const ConsoleMessage& message) override; |
+ void OnControlleeAdded(int64 version_id, |
+ const std::string& uuid, |
+ int process_id, |
+ int route_id, |
+ ServiceWorkerProviderType type) override; |
+ void OnControlleeRemoved(int64 version_id, const std::string& uuid) override; |
void OnRegistrationStored(int64 registration_id, |
const GURL& pattern) override; |
void OnRegistrationDeleted(int64 registration_id, |