| Index: chromeos/dbus/mock_shill_manager_client.h
|
| diff --git a/chromeos/dbus/mock_shill_manager_client.h b/chromeos/dbus/mock_shill_manager_client.h
|
| index 57f24490c09ce00340a201b15782e8383e6e1c15..d507762b8d90e88e3e641f6d275ba310bbf6c4f4 100644
|
| --- a/chromeos/dbus/mock_shill_manager_client.h
|
| +++ b/chromeos/dbus/mock_shill_manager_client.h
|
| @@ -41,6 +41,11 @@ class MockShillManagerClient : public ShillManagerClient {
|
| MOCK_METHOD3(ConfigureService, void(const base::DictionaryValue& properties,
|
| const ObjectPathCallback& callback,
|
| const ErrorCallback& error_callback));
|
| + MOCK_METHOD4(ConfigureServiceForProfile,
|
| + void(const dbus::ObjectPath& profile_path,
|
| + const base::DictionaryValue& properties,
|
| + const ObjectPathCallback& callback,
|
| + const ErrorCallback& error_callback));
|
| MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
|
| const ObjectPathCallback& callback,
|
| const ErrorCallback& error_callback));
|
|
|