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

Unified Diff: device/bluetooth/bluetooth_device_chromeos.cc

Issue 13872017: Bluetooth: gather usage metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase since Cellular.* appeared under us 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: device/bluetooth/bluetooth_device_chromeos.cc
diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc
index 9d18de0e8ca6944291deb6e93ab6bd795664fad6..4f3b5ae8e7bb6f074efef8699e1f2591cc65d930 100644
--- a/device/bluetooth/bluetooth_device_chromeos.cc
+++ b/device/bluetooth/bluetooth_device_chromeos.cc
@@ -78,6 +78,18 @@ std::string BluetoothDeviceChromeOS::GetAddress() const {
return address_;
}
+uint16 BluetoothDeviceChromeOS::GetVendorID() const {
+ return 0;
+}
+
+uint16 BluetoothDeviceChromeOS::GetProductID() const {
+ return 0;
+}
+
+uint16 BluetoothDeviceChromeOS::GetDeviceID() const {
+ return 0;
+}
+
bool BluetoothDeviceChromeOS::IsPaired() const {
return paired_ || trusted_;
}
« no previous file with comments | « device/bluetooth/bluetooth_device_chromeos.h ('k') | device/bluetooth/bluetooth_device_experimental_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698