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

Unified Diff: Source/modules/bluetooth/NavigatorBluetooth.idl

Issue 639533002: bluetooth: Extend navigator.bluetooth IDL to include Bluetooth interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/bluetooth/NavigatorBluetooth.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/NavigatorBluetooth.idl
diff --git a/Source/modules/bluetooth/NavigatorBluetooth.idl b/Source/modules/bluetooth/NavigatorBluetooth.idl
index 6123420a617eb5beb4971046bdffb981700bb2d3..ae4832e05d78f17215e367ce3bffe1030293e8f0 100644
--- a/Source/modules/bluetooth/NavigatorBluetooth.idl
+++ b/Source/modules/bluetooth/NavigatorBluetooth.idl
@@ -7,6 +7,5 @@
[
RuntimeEnabled=Bluetooth,
] partial interface Navigator {
-// http://crbug.com/420275
-// readonly attribute Bluetooth bluetooth;
+ readonly attribute Bluetooth bluetooth;
};
« no previous file with comments | « Source/modules/bluetooth/NavigatorBluetooth.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698