summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_manager_client.h
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-03 14:11:15 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-03 14:11:15 +0000
commita602042443a677218217d4be5d973ca3ce0f7d0c (patch)
tree5bc051de8e51088ffbf431075af0d3ba009d7fbd /chromeos/dbus/shill_manager_client.h
parentc3943ad3902892eaab7484cb7fd80ee3aabb24cd (diff)
downloadchromium_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_manager_client.h')
-rw-r--r--chromeos/dbus/shill_manager_client.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
index 0a2b9b06..8480e7a 100644
--- a/chromeos/dbus/shill_manager_client.h
+++ b/chromeos/dbus/shill_manager_client.h
@@ -126,14 +126,6 @@ class CHROMEOS_EXPORT ShillManagerClient {
// |callback| is called after the method call succeeds.
virtual void GetProperties(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 blocking calls and remove this method.
- // crosbug.com/29902
- virtual base::DictionaryValue* CallGetPropertiesAndBlock() = 0;
-
// Calls GetNetworksForGeolocation method.
// |callback| is called after the method call succeeds.
virtual void GetNetworksForGeolocation(