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

Unified Diff: chromeos/dbus/fake_shill_device_client.cc

Issue 181413006: Replace misc. network stub flags with more flexible ones (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elim. shill_stub_helper and move functions to clients. Created 6 years, 10 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_shill_device_client.cc
diff --git a/chromeos/dbus/fake_shill_device_client.cc b/chromeos/dbus/fake_shill_device_client.cc
index 9f987bbcba973e887243c3d1bbbb5a2d4821cc72..480195c916cd6c60c790a8488c645782c05f12e0 100644
--- a/chromeos/dbus/fake_shill_device_client.cc
+++ b/chromeos/dbus/fake_shill_device_client.cc
@@ -52,7 +52,9 @@ FakeShillDeviceClient::~FakeShillDeviceClient() {
// ShillDeviceClient overrides.
-void FakeShillDeviceClient::Init(dbus::Bus* bus) {}
+void FakeShillDeviceClient::Init(dbus::Bus* bus) {
+ // Note: FakeShillManagerClient sets up default devices before this is called.
+}
void FakeShillDeviceClient::AddPropertyChangedObserver(
const dbus::ObjectPath& device_path,

Powered by Google App Engine
This is Rietveld 408576698