Index: chromeos/network/shill_property_handler.cc |
diff --git a/chromeos/network/shill_property_handler.cc b/chromeos/network/shill_property_handler.cc |
index f15cb8548946916d544231b47d30b80ab44662b2..fad1d754cf8dcefef95d92619f7971b2c19f5b0e 100644 |
--- a/chromeos/network/shill_property_handler.cc |
+++ b/chromeos/network/shill_property_handler.cc |
@@ -280,6 +280,8 @@ bool ShillPropertyHandler::ManagerPropertyChanged(const std::string& key, |
UpdateUninitializedTechnologies(*vlist); |
notify_manager_changed = true; |
} |
+ } else if (key == flimflam::kProfilesProperty) { |
+ listener_->ProfileListChanged(); |
} |
return notify_manager_changed; |
} |