| 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(
|
|
|