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

Unified Diff: content/browser/service_worker/service_worker_database.proto

Issue 2658603003: ServiceWorker: Enable UseCounter for ServiceWorkerGlobalScope (Closed)
Patch Set: int32_t -> uint32_t Created 3 years, 10 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_database.proto
diff --git a/content/browser/service_worker/service_worker_database.proto b/content/browser/service_worker/service_worker_database.proto
index 3ae7551f30a2337597569d228641383008844b84..892001d00c0b94865b7c3f068984b62b5365fbe2 100644
--- a/content/browser/service_worker/service_worker_database.proto
+++ b/content/browser/service_worker/service_worker_database.proto
@@ -50,6 +50,10 @@ message ServiceWorkerRegistrationData {
optional ServiceWorkerOriginTrialInfo origin_trial_tokens = 11;
optional ServiceWorkerNavigationPreloadState navigation_preload_state = 12;
+
+ // The set of features that the worker used up until the time installation
+ // completed. The values must be from blink::UseCounter::Feature enum.
+ repeated uint32 used_features = 13;
}
message ServiceWorkerResourceRecord {

Powered by Google App Engine
This is Rietveld 408576698