Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2453)

Unified Diff: content/browser/service_worker/service_worker_registration.h

Issue 182383008: Create chrome://serviceworker-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to ToT Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/service_worker/service_worker_registration.h
diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
index 2ce61dbe76b4598c4d396fb5db1529b992ab4daa..984edff6ab8490c005daa7d23229e325e18d7049 100644
--- a/content/browser/service_worker/service_worker_registration.h
+++ b/content/browser/service_worker/service_worker_registration.h
@@ -16,6 +16,7 @@
namespace content {
+class ServiceWorkerRegistrationInfo;
class ServiceWorkerVersion;
// This class manages all persistence of service workers:
@@ -65,6 +66,8 @@ class CONTENT_EXPORT ServiceWorkerRegistration
pending_version_ = version;
}
+ ServiceWorkerRegistrationInfo GetInfo();
+
// The final synchronous switchover after all events have been
// fired, and the old "active version" is being shut down.
void ActivatePendingVersion();

Powered by Google App Engine
This is Rietveld 408576698