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

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

Issue 14487002: Bluetooth: Profile support for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Transfer out ownership of fd. Fix socket code Created 7 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/bluetooth.idl
diff --git a/chrome/common/extensions/api/bluetooth.idl b/chrome/common/extensions/api/bluetooth.idl
index 53d0f5790d0f537551724e58db50b6729dc72216..a0e2edff4bb96d6447f4875d52f0b56f62e61f48 100644
--- a/chrome/common/extensions/api/bluetooth.idl
+++ b/chrome/common/extensions/api/bluetooth.idl
@@ -82,8 +82,8 @@ namespace bluetooth {
// The remote Bluetooth device associated with this socket.
Device device;
- // The remote Bluetooth service associated with this socket.
- DOMString serviceUuid;
+ // The remote Bluetooth profile associated with this socket.
+ Profile profile;
// An identifier for this socket that should be used with the
// read/write/disconnect methods.

Powered by Google App Engine
This is Rietveld 408576698