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

Unified Diff: Source/modules/netinfo/NavigatorNetworkInformation.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/core/frame/UseCounter.h ('k') | Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/netinfo/NavigatorNetworkInformation.idl
diff --git a/Source/modules/netinfo/NavigatorNetworkInformation.idl b/Source/modules/netinfo/NavigatorNetworkInformation.idl
index c3ee9e75dddb3af7ae21d13f49605881f2921672..7d4139587908acf6154093e4229fefe9d83a3cd5 100644
--- a/Source/modules/netinfo/NavigatorNetworkInformation.idl
+++ b/Source/modules/netinfo/NavigatorNetworkInformation.idl
@@ -5,5 +5,5 @@
[
RuntimeEnabled=NetworkInformation
] partial interface Navigator {
- readonly attribute NetworkInformation connection;
+ [MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
};
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698