| 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 2a5f9ca4b5573c62e81035ffa8afe5fca35f96eb..be73d1ebeb70d97356bbf2bfe76c282b7fd1258c 100644
|
| --- a/chromeos/dbus/fake_shill_profile_client.cc
|
| +++ b/chromeos/dbus/fake_shill_profile_client.cc
|
| @@ -145,7 +145,7 @@ void FakeShillProfileClient::AddEntry(const std::string& profile_path,
|
| DCHECK(profile);
|
| profile->entries.SetWithoutPathExpansion(entry_path, properties.DeepCopy());
|
| DBusThreadManager::Get()->GetShillManagerClient()->GetTestInterface()->
|
| - AddManagerService(entry_path);
|
| + AddManagerService(entry_path, true);
|
| }
|
|
|
| bool FakeShillProfileClient::AddService(const std::string& profile_path,
|
|
|