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

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

Issue 299883004: Adds WebWorker support to NetInfo v3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo3
Patch Set: Regolding webexposed/ layout tests Created 6 years, 7 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/modules.gypi ('k') | Source/modules/netinfo/WorkerNavigatorNetworkInformation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/netinfo/NetworkInformation.idl
diff --git a/Source/modules/netinfo/NetworkInformation.idl b/Source/modules/netinfo/NetworkInformation.idl
index a3d1ba4de8bc742935f7658db45a8e48a08fea9b..7a12c36374a7e144e475c323d63a27a498edbbc9 100644
--- a/Source/modules/netinfo/NetworkInformation.idl
+++ b/Source/modules/netinfo/NetworkInformation.idl
@@ -13,6 +13,7 @@ enum ConnectionType {
[
RuntimeEnabled=NetworkInformation,
+ Exposed=Window&Worker,
WillBeGarbageCollected,
ActiveDOMObject
] interface NetworkInformation : EventTarget {
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/netinfo/WorkerNavigatorNetworkInformation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698