diff options
author | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 17:01:39 +0000 |
---|---|---|
committer | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 17:01:39 +0000 |
commit | 6d3882c2249d02b0c18c3c97754ae14240c08e7b (patch) | |
tree | e575fb3b4877396eac7e1fb39cb7f55889e2541d /device/bluetooth/bluetooth_device.h | |
parent | 47b5e681e658d4209a15677f0b15dbfa8ee8c193 (diff) | |
download | chromium_src-6d3882c2249d02b0c18c3c97754ae14240c08e7b.zip chromium_src-6d3882c2249d02b0c18c3c97754ae14240c08e7b.tar.gz chromium_src-6d3882c2249d02b0c18c3c97754ae14240c08e7b.tar.bz2 |
Implemented chrome.bluetooth.getProfiles().
BUG=229636
Review URL: https://chromiumcodereview.appspot.com/14472013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_device.h')
-rw-r--r-- | device/bluetooth/bluetooth_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h index abf15d3..c48fff7 100644 --- a/device/bluetooth/bluetooth_device.h +++ b/device/bluetooth/bluetooth_device.h @@ -202,6 +202,7 @@ class BluetoothDevice { virtual bool IsConnecting() const = 0; // Returns the services (as UUID strings) that this device provides. + // TODO(youngki): Rename this to GetProfiles(). typedef std::vector<std::string> ServiceList; virtual ServiceList GetServices() const = 0; |