diff options
author | pneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 14:11:15 +0000 |
---|---|---|
committer | pneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 14:11:15 +0000 |
commit | a602042443a677218217d4be5d973ca3ce0f7d0c (patch) | |
tree | 5bc051de8e51088ffbf431075af0d3ba009d7fbd /chromeos/dbus/shill_device_client.h | |
parent | c3943ad3902892eaab7484cb7fd80ee3aabb24cd (diff) | |
download | chromium_src-a602042443a677218217d4be5d973ca3ce0f7d0c.zip chromium_src-a602042443a677218217d4be5d973ca3ce0f7d0c.tar.gz chromium_src-a602042443a677218217d4be5d973ca3ce0f7d0c.tar.bz2 |
Remove unused NetworkLibrary::GetIPConfigsAndBlock.
This also removes code that was solely used by NetworkLibrary::GetIPConfigsAndBlock.
BUG=NONE
Review URL: https://chromiumcodereview.appspot.com/18541004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_device_client.h')
-rw-r--r-- | chromeos/dbus/shill_device_client.h | 9 |
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, |