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

Unified Diff: extensions/common/api/bluetooth.idl

Issue 1397653007: bluetooth_private -> IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: extensions/common/api/bluetooth.idl
diff --git a/extensions/common/api/bluetooth.idl b/extensions/common/api/bluetooth.idl
index 98908f06b7a0badf0c15553c313cc13dd3cb3a79..72a2c270616df63bbd87a0e42e433a93a8d200a1 100644
--- a/extensions/common/api/bluetooth.idl
+++ b/extensions/common/api/bluetooth.idl
@@ -35,7 +35,8 @@ namespace bluetooth {
// |adapterInfo| : Object containing the adapter information.
callback AdapterStateCallback = void(AdapterState adapterInfo);
- // Information about the state of a known Bluetooth device.
+ // Information about the state of a known Bluetooth device. Note: this same
+ // dictionary is also defined in bluetooth_private.idl
Devlin 2015/10/15 06:26:42 Is it? It shouldn't be. Cross-references should
stevenjb 2015/10/15 20:48:05 WHoops, forgot to change the subject once I got th
dictionary Device {
// The address of the device, in the format 'XX:XX:XX:XX:XX:XX'.
DOMString address;
« no previous file with comments | « no previous file | extensions/common/api/bluetooth_private.idl » ('j') | extensions/common/api/bluetooth_private.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698