| Index: chromeos/dbus/flimflam_device_client.h
|
| diff --git a/chromeos/dbus/flimflam_device_client.h b/chromeos/dbus/flimflam_device_client.h
|
| index 904d55da381d8120ac047b61f0634f2e363cf64f..5fe545fc5a48d45e54cc15aa75c47e37ac29f7b0 100644
|
| --- a/chromeos/dbus/flimflam_device_client.h
|
| +++ b/chromeos/dbus/flimflam_device_client.h
|
| @@ -66,6 +66,7 @@ class CHROMEOS_EXPORT FlimflamDeviceClient {
|
| // Thie method returns NULL when method call fails.
|
| //
|
| // TODO(hashimoto): Refactor CrosGetDeviceNetworkList and remove this method.
|
| + // crosbug.com/29902
|
| virtual base::DictionaryValue* CallGetPropertiesAndBlock(
|
| const dbus::ObjectPath& device_path) = 0;
|
|
|
| @@ -98,6 +99,7 @@ class CHROMEOS_EXPORT FlimflamDeviceClient {
|
| // This method returns an empty path when method call fails.
|
| //
|
| // TODO(hashimoto): Refactor CrosAddIPConfig and remove this method.
|
| + // crosbug.com/29902
|
| virtual dbus::ObjectPath CallAddIPConfigAndBlock(
|
| const dbus::ObjectPath& device_path,
|
| const std::string& method) = 0;
|
|
|