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

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

Issue 10007008: Add support for creating bluetooth RFCOMM sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload off of proper base Created 8 years, 8 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: chrome/common/extensions/api/experimental.bluetooth.idl
diff --git a/chrome/common/extensions/api/experimental.bluetooth.idl b/chrome/common/extensions/api/experimental.bluetooth.idl
index 5be7c0f43ea3e4979b71125026dcb5b81aee317a..0981a01e00271cf2c2a019096273a89a34d606a8 100644
--- a/chrome/common/extensions/api/experimental.bluetooth.idl
+++ b/chrome/common/extensions/api/experimental.bluetooth.idl
@@ -12,6 +12,8 @@
};
dictionary Socket {
+ Device device;
+ DOMString serviceUUID;
long id;
};
« chrome/browser/chromeos/bluetooth/bluetooth_socket.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698