summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/fake_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/fake_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/fake_shill_manager_client.h')
-rw-r--r--chromeos/dbus/fake_shill_manager_client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromeos/dbus/fake_shill_manager_client.h b/chromeos/dbus/fake_shill_manager_client.h
index 9aa1c9d..2a1c0e72 100644
--- a/chromeos/dbus/fake_shill_manager_client.h
+++ b/chromeos/dbus/fake_shill_manager_client.h
@@ -23,7 +23,6 @@ class FakeShillManagerClient : public ShillManagerClient {
virtual void RemovePropertyChangedObserver(
ShillPropertyChangedObserver* observer) OVERRIDE;
virtual void GetProperties(const DictionaryValueCallback& callback) OVERRIDE;
- virtual base::DictionaryValue* CallGetPropertiesAndBlock() OVERRIDE;
virtual void GetNetworksForGeolocation(
const DictionaryValueCallback& callback) OVERRIDE;
virtual void SetProperty(const std::string& name,