Index: content/browser/service_worker/service_worker_context_core.h |
diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h |
index c06615e7477e8fde2c29bd885dac8a6d9d4d4525..52139c9eed0ad11c4e9641fa8ef41ea0977e424b 100644 |
--- a/content/browser/service_worker/service_worker_context_core.h |
+++ b/content/browser/service_worker/service_worker_context_core.h |
@@ -152,6 +152,9 @@ class CONTENT_EXPORT ServiceWorkerContextCore |
void AddLiveVersion(ServiceWorkerVersion* version); |
void RemoveLiveVersion(int64 registration_id); |
+ std::vector<ServiceWorkerRegistrationInfo> GetAllLiveRegistrationInfo(); |
+ std::vector<ServiceWorkerVersionInfo> GetAllLiveVersionInfo(); |
+ |
// Returns new context-local unique ID for ServiceWorkerHandle. |
int GetNewServiceWorkerHandleId(); |