| Index: chromeos/dbus/flimflam_network_client.h
|
| diff --git a/chromeos/dbus/flimflam_network_client.h b/chromeos/dbus/flimflam_network_client.h
|
| index 6392a27d7747a608926d1716cc32703919171659..d049d1c7206b8cbff26a48e2c4cb52af8b035707 100644
|
| --- a/chromeos/dbus/flimflam_network_client.h
|
| +++ b/chromeos/dbus/flimflam_network_client.h
|
| @@ -61,6 +61,9 @@ class CHROMEOS_EXPORT FlimflamNetworkClient {
|
| // DEPRECATED DO NOT USE: Calls GetProperties method and blocks until the
|
| // method call finishes. The caller is responsible to delete the result.
|
| // Thie method returns NULL when method call fails.
|
| + //
|
| + // TODO(hashimoto): Refactor CrosGetWifiAccessPoints and remove this method.
|
| + // crosbug.com/29902
|
| virtual base::DictionaryValue* CallGetPropertiesAndBlock(
|
| const dbus::ObjectPath& network_path) = 0;
|
|
|
|
|