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

Unified Diff: modules/netinfo/NetworkInformation.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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/NetworkInformation.idl
diff --git a/modules/netinfo/NetworkInformation.idl b/modules/netinfo/NetworkInformation.idl
index 7a12c36374a7e144e475c323d63a27a498edbbc9..8a4f8487ba79f5d3c153b1d2d9cff807290f3c76 100644
--- a/modules/netinfo/NetworkInformation.idl
+++ b/modules/netinfo/NetworkInformation.idl
@@ -8,12 +8,13 @@ enum ConnectionType {
"ethernet",
"wifi",
"other",
- "none"
+ "none",
+ "unknown"
};
[
RuntimeEnabled=NetworkInformation,
- Exposed=Window&Worker,
+ Exposed=(Window,Worker),
WillBeGarbageCollected,
ActiveDOMObject
] interface NetworkInformation : EventTarget {
« no previous file with comments | « modules/navigatorcontentutils/NavigatorContentUtils.idl ('k') | modules/screen_orientation/ScreenOrientation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698