| Index: chromeos/dbus/shill_manager_client_stub.h
|
| diff --git a/chromeos/dbus/shill_manager_client_stub.h b/chromeos/dbus/shill_manager_client_stub.h
|
| index 7a61153ffddec6aa66e7d6119c8add90722f5b45..500de03bd297e4fdae213d60ed5a21dbf0e0c921 100644
|
| --- a/chromeos/dbus/shill_manager_client_stub.h
|
| +++ b/chromeos/dbus/shill_manager_client_stub.h
|
| @@ -50,6 +50,11 @@ class ShillManagerClientStub : public ShillManagerClient,
|
| const base::DictionaryValue& properties,
|
| const ObjectPathCallback& callback,
|
| const ErrorCallback& error_callback) OVERRIDE;
|
| + virtual void ConfigureServiceForProfile(
|
| + const dbus::ObjectPath& profile_path,
|
| + const base::DictionaryValue& properties,
|
| + const ObjectPathCallback& callback,
|
| + const ErrorCallback& error_callback) OVERRIDE;
|
| virtual void GetService(
|
| const base::DictionaryValue& properties,
|
| const ObjectPathCallback& callback,
|
|
|