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

Unified Diff: chromeos/dbus/fake_shill_device_client.cc

Issue 288923005: Improve logging of Devices and Technologies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | chromeos/network/network_state_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chromeos/network/network_state_handler.cc » ('j') | chromeos/network/network_state_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698