| Index: chromeos/dbus/shill_manager_client_stub.cc
|
| diff --git a/chromeos/dbus/shill_manager_client_stub.cc b/chromeos/dbus/shill_manager_client_stub.cc
|
| index 6e20a6a5e95e9e4ada3600d833349d7d384c021c..f05725d8bb38ebf3ec0f24cf036c3437b6445c9c 100644
|
| --- a/chromeos/dbus/shill_manager_client_stub.cc
|
| +++ b/chromeos/dbus/shill_manager_client_stub.cc
|
| @@ -88,6 +88,7 @@ void ShillManagerClientStub::SetProperty(const std::string& name,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) {
|
| stub_properties_.SetWithoutPathExpansion(name, value.DeepCopy());
|
| + CallNotifyObserversPropertyChanged(name, 0);
|
| if (callback.is_null())
|
| return;
|
| MessageLoop::current()->PostTask(FROM_HERE, callback);
|
|
|