diff options
author | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 17:46:36 +0000 |
---|---|---|
committer | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-25 17:46:36 +0000 |
commit | edcaf14a04182efb5785c99f8b25567a3f9ed667 (patch) | |
tree | c4a44f5ef4af3804b329a13d5052ff6f87a456fa /device/bluetooth/bluetooth_device_win.h | |
parent | b6a0d51b5c2e17b78beb56c359a51a4a6bd8934f (diff) | |
download | chromium_src-edcaf14a04182efb5785c99f8b25567a3f9ed667.zip chromium_src-edcaf14a04182efb5785c99f8b25567a3f9ed667.tar.gz chromium_src-edcaf14a04182efb5785c99f8b25567a3f9ed667.tar.bz2 |
Implemented BluetoothDeviceWin.
BUG=135470
Review URL: https://chromiumcodereview.appspot.com/12217157
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_device_win.h')
-rw-r--r-- | device/bluetooth/bluetooth_device_win.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h index 12c3a3f..9e56bc0 100644 --- a/device/bluetooth/bluetooth_device_win.h +++ b/device/bluetooth/bluetooth_device_win.h @@ -29,7 +29,6 @@ class BluetoothDeviceWin : public BluetoothDevice { virtual void GetServiceRecords( const ServiceRecordsCallback& callback, const ErrorCallback& error_callback) OVERRIDE; - virtual bool ProvidesServiceWithUUID(const std::string& uuid) const OVERRIDE; virtual void ProvidesServiceWithName( const std::string& name, const ProvidesServiceCallback& callback) OVERRIDE; @@ -74,8 +73,6 @@ class BluetoothDeviceWin : public BluetoothDevice { // Used to compare the devices. uint32 device_fingerprint_; ServiceRecordList service_record_list_; - // The services (identified by UUIDs) that this device provides. - ServiceList service_uuids_; DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceWin); }; |