summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_mac.h
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-28 17:03:06 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-28 17:03:06 +0000
commit5359e057f26d72bab59bc787b59aac937591fd86 (patch)
treed89d690e199e606e00479b497af5020ad105ff95 /device/bluetooth/bluetooth_device_mac.h
parentcb86ee6f9f22bc88c27f055e3882a0ea9f9b4525 (diff)
downloadchromium_src-5359e057f26d72bab59bc787b59aac937591fd86.zip
chromium_src-5359e057f26d72bab59bc787b59aac937591fd86.tar.gz
chromium_src-5359e057f26d72bab59bc787b59aac937591fd86.tar.bz2
Bluetooth: gather usage metrics
BUG=233820 TEST=chrome:///histograms R=isherman@chromium.org, satorux@chromium.org, youngki@chromium.org Review URL: https://codereview.chromium.org/13872017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_device_mac.h')
-rw-r--r--device/bluetooth/bluetooth_device_mac.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
index 81ae518..d3beb0f 100644
--- a/device/bluetooth/bluetooth_device_mac.h
+++ b/device/bluetooth/bluetooth_device_mac.h
@@ -24,7 +24,11 @@ class BluetoothDeviceMac : public BluetoothDevice {
virtual ~BluetoothDeviceMac();
// BluetoothDevice override
+ virtual uint32 GetBluetoothClass() const OVERRIDE;
virtual std::string GetAddress() const OVERRIDE;
+ virtual uint16 GetVendorID() const OVERRIDE;
+ virtual uint16 GetProductID() const OVERRIDE;
+ virtual uint16 GetDeviceID() const OVERRIDE;
virtual bool IsPaired() const OVERRIDE;
virtual bool IsConnected() const OVERRIDE;
virtual bool IsConnectable() const OVERRIDE;
@@ -69,7 +73,6 @@ class BluetoothDeviceMac : public BluetoothDevice {
protected:
// BluetoothDevice override
- virtual uint32 GetBluetoothClass() const OVERRIDE;
virtual std::string GetDeviceName() const OVERRIDE;
private: