diff options
Diffstat (limited to 'chromeos/dbus/fake_shill_manager_client.cc')
-rw-r--r-- | chromeos/dbus/fake_shill_manager_client.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chromeos/dbus/fake_shill_manager_client.cc b/chromeos/dbus/fake_shill_manager_client.cc index affdef37..35b256a 100644 --- a/chromeos/dbus/fake_shill_manager_client.cc +++ b/chromeos/dbus/fake_shill_manager_client.cc @@ -46,10 +46,6 @@ void FakeShillManagerClient::GetService(const base::DictionaryValue& properties, const ErrorCallback& error_callback) { } -base::DictionaryValue* FakeShillManagerClient::CallGetPropertiesAndBlock() { - return NULL; -} - void FakeShillManagerClient::AddPropertyChangedObserver( ShillPropertyChangedObserver* observer) { } |