Index: chromeos/network/network_state_handler.h |
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h |
index 62b375838f817fea939c5146f4055deca632be98..05042ebc89e239070c77745fee2af480d4bbd2b4 100644 |
--- a/chromeos/network/network_state_handler.h |
+++ b/chromeos/network/network_state_handler.h |
@@ -215,6 +215,11 @@ class CHROMEOS_EXPORT NetworkStateHandler |
// properties actually changed. |
void RequestUpdateForNetwork(const std::string& service_path); |
+ // Informs NetworkStateHandler to notify observers that the properties for |
+ // the network may have changed. Called e.g. when the proxy properties may |
+ // have changed. |
+ void SendUpdateNotificationForNetwork(const std::string& service_path); |
+ |
// Clears the last_error value for the NetworkState for |service_path|. |
void ClearLastErrorForNetwork(const std::string& service_path); |