| 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.
|
|
|