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

Unified Diff: Source/modules/background_sync/ServiceWorkerRegistrationSync.idl

Issue 1043103003: [BackgroundSync] Track syncManager usage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo_usage
Patch Set: Created 5 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
« Source/core/frame/UseCounter.h ('K') | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
diff --git a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
index be67f6b7b2c6726f9e2f41e239dcf3b39e99f325..7391d985d29da763bac9afc09adcb4ecf2987cb5 100644
--- a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
+++ b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
@@ -6,5 +6,5 @@
Exposed=(Window, ServiceWorker),
RuntimeEnabled=BackgroundSync,
] partial interface ServiceWorkerRegistration {
- readonly attribute SyncManager syncManager;
+ [MeasureAs=BackgroundSync] readonly attribute SyncManager syncManager;
};
« Source/core/frame/UseCounter.h ('K') | « Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698