Index: chromeos/dbus/fake_shill_device_client.h |
diff --git a/chromeos/dbus/fake_shill_device_client.h b/chromeos/dbus/fake_shill_device_client.h |
index 44bc15d647f37497dae4b6cdb1b63f0767fdef75..2b6463260a587225c1869cfabb7a3a28eb628d75 100644 |
--- a/chromeos/dbus/fake_shill_device_client.h |
+++ b/chromeos/dbus/fake_shill_device_client.h |
@@ -123,6 +123,12 @@ class CHROMEOS_EXPORT FakeShillDeviceClient |
void PostVoidCallback(const VoidDBusMethodCallback& callback, |
DBusMethodCallStatus status); |
+ void SetPropertyInternal(const dbus::ObjectPath& device_path, |
+ const std::string& name, |
+ const base::Value& value, |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback); |
+ |
void NotifyObserversPropertyChanged(const dbus::ObjectPath& device_path, |
const std::string& property); |
base::DictionaryValue* GetDeviceProperties(const std::string& device_path); |