Index: chromeos/network/shill_property_handler.h |
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h |
index ff0ea1d69c36aabf186179553863f7476eb5f157..0749e34b08dcb1d46e61bf4d1c81f2e57210c270 100644 |
--- a/chromeos/network/shill_property_handler.h |
+++ b/chromeos/network/shill_property_handler.h |
@@ -56,6 +56,9 @@ class CHROMEOS_EXPORT ShillPropertyHandler |
const std::string& path, |
const base::DictionaryValue& properties) = 0; |
+ // Called when the list of profiles changes. |
+ virtual void ProfileListChanged() = 0; |
+ |
// Called when a property for a watched network service has changed. |
virtual void UpdateNetworkServiceProperty( |
const std::string& service_path, |