Chromium Code Reviews| 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..8f5caee71e0d57c1a7982a9b2024f5f54087b435 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); |
| + // Inform NetworkStateHandler to notify observers that the properties for |
|
michaelpg
2016/11/02 23:55:25
nit: Informs
stevenjb
2016/11/03 17:48:56
Done.
|
| + // 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); |