summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_device_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/shill_device_client.h')
-rw-r--r--chromeos/dbus/shill_device_client.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h
index 6a3fb35..2047059 100644
--- a/chromeos/dbus/shill_device_client.h
+++ b/chromeos/dbus/shill_device_client.h
@@ -80,15 +80,6 @@ class CHROMEOS_EXPORT ShillDeviceClient {
virtual void GetProperties(const dbus::ObjectPath& device_path,
const DictionaryValueCallback& callback) = 0;
- // 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 CrosGetDeviceNetworkList and remove this method.
- // crosbug.com/29902
- virtual base::DictionaryValue* CallGetPropertiesAndBlock(
- const dbus::ObjectPath& device_path) = 0;
-
// Calls ProposeScan method.
// |callback| is called after the method call finishes.
virtual void ProposeScan(const dbus::ObjectPath& device_path,