| Index: chromeos/dbus/flimflam_ipconfig_client.h
|
| diff --git a/chromeos/dbus/flimflam_ipconfig_client.h b/chromeos/dbus/flimflam_ipconfig_client.h
|
| index f4f5f6ff03728c021350e9e9aaaa1e95dfe6a834..0b2dba892478bda82ba9b7d157ed6fc80c585c51 100644
|
| --- a/chromeos/dbus/flimflam_ipconfig_client.h
|
| +++ b/chromeos/dbus/flimflam_ipconfig_client.h
|
| @@ -63,6 +63,7 @@ class CHROMEOS_EXPORT FlimflamIPConfigClient {
|
| // Thie method returns NULL when method call fails.
|
| //
|
| // TODO(hashimoto): Refactor CrosListIPConfigs to remove this method.
|
| + // crosbug.com/29902
|
| virtual base::DictionaryValue* CallGetPropertiesAndBlock(
|
| const dbus::ObjectPath& ipconfig_path) = 0;
|
|
|
| @@ -88,6 +89,7 @@ class CHROMEOS_EXPORT FlimflamIPConfigClient {
|
| // finishes.
|
| //
|
| // TODO(hashimoto): Refactor CrosRemoveIPConfig to remove this method.
|
| + // crosbug.com/29902
|
| virtual bool CallRemoveAndBlock(const dbus::ObjectPath& ipconfig_path) = 0;
|
|
|
| protected:
|
|
|