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

Unified Diff: chromeos/dbus/fake_shill_profile_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_profile_client.cc
diff --git a/chromeos/dbus/fake_shill_profile_client.cc b/chromeos/dbus/fake_shill_profile_client.cc
index d0ff0f64a05ee5ac5f08764439d3e841189139ba..887f6869ea5eb1612193e693695c80916537712c 100644
--- a/chromeos/dbus/fake_shill_profile_client.cc
+++ b/chromeos/dbus/fake_shill_profile_client.cc
@@ -44,6 +44,8 @@ FakeShillProfileClient::~FakeShillProfileClient() {
}
void FakeShillProfileClient::Init(dbus::Bus* bus) {
+ // Note: FakeShillManagerClient sets up default profiles before this is
+ // called.
}
void FakeShillProfileClient::AddPropertyChangedObserver(

Powered by Google App Engine
This is Rietveld 408576698