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

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

Issue 10381120: Implement chrome.experimental.bluetooth.connect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698