| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index 6e05ffc3bf8b20d757cd7b5ce4cd0c7301c5418c..2c4e6210f0b864c96546685afdc90374bfd07862 100644
|
| --- a/chromeos/network/network_state_handler.h
|
| +++ b/chromeos/network/network_state_handler.h
|
| @@ -203,11 +203,6 @@ class CHROMEOS_EXPORT NetworkStateHandler
|
| // properties actually changed.
|
| void RequestUpdateForNetwork(const std::string& service_path);
|
|
|
| - // Request an update for all existing NetworkState entries, e.g. after
|
| - // loading an ONC configuration file that may have updated one or more
|
| - // existing networks.
|
| - void RequestUpdateForAllNetworks();
|
| -
|
| // Clear the last_error value for the NetworkState for |service_path|.
|
| void ClearLastErrorForNetwork(const std::string& service_path);
|
|
|
|
|