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

Unified Diff: chromeos/dbus/fake_bluetooth_device_client.cc

Issue 13872017: Bluetooth: gather usage metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing SetBluetoothAdapter method; remove weakptr; add DCHECKs 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: chromeos/dbus/fake_bluetooth_device_client.cc
diff --git a/chromeos/dbus/fake_bluetooth_device_client.cc b/chromeos/dbus/fake_bluetooth_device_client.cc
index 46d4ae3fc935722e48eccbc00893679908963967..a74a3e8cbdada4ee57f6fedf2d7f63b87c89edd2 100644
--- a/chromeos/dbus/fake_bluetooth_device_client.cc
+++ b/chromeos/dbus/fake_bluetooth_device_client.cc
@@ -162,6 +162,8 @@ FakeBluetoothDeviceClient::FakeBluetoothDeviceClient()
uuids.push_back("00001801-0000-1000-8000-00805f9b34fb");
properties->uuids.ReplaceValue(uuids);
+ properties->modalias.ReplaceValue("usb:v05ACp030Dd0306");
+
properties_map_[dbus::ObjectPath(kPairedDevicePath)] = properties;
device_list_.push_back(dbus::ObjectPath(kPairedDevicePath));
}

Powered by Google App Engine
This is Rietveld 408576698