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 302eebced1c717594c5ef912db8a227b4f404458..55caad8f05a875cb65cacc9a3e85803138b11f3a 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, false /* visible */, false /* watch */); |
+ AddManagerService(entry_path, false /* visible */); |
} |
bool FakeShillProfileClient::AddService(const std::string& profile_path, |