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

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: Rebase 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
« no previous file with comments | « no previous file | extensions/common/api/bluetooth_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/bluetooth.idl
diff --git a/extensions/common/api/bluetooth.idl b/extensions/common/api/bluetooth.idl
index 98908f06b7a0badf0c15553c313cc13dd3cb3a79..134c04745e2763876d6ac4ef28e0640505db9b32 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
+ // dictionary is also used in bluetooth_private.idl
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698