| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index b752227708f59086e83ce3f4bef30dc7d7ac2689..affb1febaf8c4d00eabed4abe6dca89bc9bfa18e 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);
|
|
|
|
|