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 f9c8aff0be3035e05546c92a7027df8659560e2c..4bfa930183b179cec946bad73e0d9acb335cf373 100644 |
--- a/content/browser/service_worker/service_worker_context_watcher.h |
+++ b/content/browser/service_worker/service_worker_context_watcher.h |
@@ -9,6 +9,7 @@ |
#include "base/callback.h" |
#include "base/containers/scoped_ptr_hash_map.h" |
+#include "base/time/time.h" |
#include "content/browser/service_worker/service_worker_context_observer.h" |
#include "content/browser/service_worker/service_worker_info.h" |
@@ -75,6 +76,8 @@ class ServiceWorkerContextWatcher |
int process_id, |
int thread_id, |
const ErrorInfo& info) override; |
+ void OnVersionUpdateTimeSet(int64 version_id, |
+ base::Time update_time) override; |
void OnRegistrationStored(int64 registration_id, |
const GURL& pattern) override; |
void OnRegistrationDeleted(int64 registration_id, |