diff options
Diffstat (limited to 'chromeos/dbus/shill_device_client_stub.cc')
-rw-r--r-- | chromeos/dbus/shill_device_client_stub.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chromeos/dbus/shill_device_client_stub.cc b/chromeos/dbus/shill_device_client_stub.cc index 4e63fb4..674b558 100644 --- a/chromeos/dbus/shill_device_client_stub.cc +++ b/chromeos/dbus/shill_device_client_stub.cc @@ -64,14 +64,6 @@ void ShillDeviceClientStub::GetProperties( device_path, callback)); } -base::DictionaryValue* ShillDeviceClientStub::CallGetPropertiesAndBlock( - const dbus::ObjectPath& device_path){ - base::DictionaryValue* device_properties = NULL; - stub_devices_.GetDictionaryWithoutPathExpansion( - device_path.value(), &device_properties); - return device_properties; -} - void ShillDeviceClientStub::ProposeScan(const dbus::ObjectPath& device_path, const VoidDBusMethodCallback& callback){ PostVoidCallback(callback, DBUS_METHOD_CALL_SUCCESS); |