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

Unified Diff: Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl

Issue 1049743002: [NetInfo] Usage tracking (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/modules/netinfo/NavigatorNetworkInformation.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
diff --git a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
index a2126fa44a6f5a9dc90dbfb21223558008f9ae91..b47c770a0abd4cb2ac8231f8fe5ed907971f343a 100644
--- a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
+++ b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
@@ -6,5 +6,5 @@
RuntimeEnabled=NetworkInformation,
Exposed=Worker
] partial interface WorkerNavigator {
- [CallWith=ExecutionContext] readonly attribute NetworkInformation connection;
+ [CallWith=ExecutionContext, MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
};
« no previous file with comments | « Source/modules/netinfo/NavigatorNetworkInformation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698