Index: chromeos/dbus/fake_shill_device_client.cc |
diff --git a/chromeos/dbus/fake_shill_device_client.cc b/chromeos/dbus/fake_shill_device_client.cc |
index 9f987bbcba973e887243c3d1bbbb5a2d4821cc72..ce9def31309dd498e8715751977748f07510c344 100644 |
--- a/chromeos/dbus/fake_shill_device_client.cc |
+++ b/chromeos/dbus/fake_shill_device_client.cc |
@@ -246,6 +246,9 @@ void FakeShillDeviceClient::AddDevice(const std::string& device_path, |
properties->SetWithoutPathExpansion(shill::kTypeProperty, |
base::Value::CreateStringValue(type)); |
properties->SetWithoutPathExpansion( |
+ shill::kNameProperty, |
+ base::Value::CreateStringValue(object_path)); |
+ properties->SetWithoutPathExpansion( |
shill::kDBusObjectProperty, base::Value::CreateStringValue(object_path)); |
properties->SetWithoutPathExpansion( |
shill::kDBusServiceProperty, |