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

Unified Diff: modules/netinfo/NavigatorNetworkInformation.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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: modules/netinfo/NavigatorNetworkInformation.idl
diff --git a/modules/netinfo/NavigatorNetworkInformation.idl b/modules/netinfo/NavigatorNetworkInformation.idl
index c3ee9e75dddb3af7ae21d13f49605881f2921672..7d4139587908acf6154093e4229fefe9d83a3cd5 100644
--- a/modules/netinfo/NavigatorNetworkInformation.idl
+++ b/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 | « modules/navigatorconnect/WorkerNavigatorServices.idl ('k') | modules/netinfo/WorkerNavigatorNetworkInformation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698