| Index: chromeos/dbus/shill_device_client.h
|
| diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h
|
| index 7eb415e230116876ee74e41b65f4e0238dcd3f91..5f7b64de67adee7f545c9c3330498199144f1402 100644
|
| --- a/chromeos/dbus/shill_device_client.h
|
| +++ b/chromeos/dbus/shill_device_client.h
|
| @@ -46,10 +46,12 @@ class CHROMEOS_EXPORT ShillDeviceClient {
|
| public:
|
| virtual void AddDevice(const std::string& device_path,
|
| const std::string& type,
|
| - const std::string& object_path,
|
| - const std::string& connection_path) = 0;
|
| + const std::string& object_path) = 0;
|
| virtual void RemoveDevice(const std::string& device_path) = 0;
|
| virtual void ClearDevices() = 0;
|
| + virtual void SetDeviceProperty(const std::string& device_path,
|
| + const std::string& name,
|
| + const base::Value& value) = 0;
|
|
|
| protected:
|
| ~TestInterface() {}
|
|
|