| Index: chromeos/network/network_connect.h
|
| diff --git a/chromeos/network/network_connect.h b/chromeos/network/network_connect.h
|
| index 375283b0de3e6b7b85f5277c1602ae89338b9530..0e066985cc09ef42e8e39ebfd7a411eb55d4691a 100644
|
| --- a/chromeos/network/network_connect.h
|
| +++ b/chromeos/network/network_connect.h
|
| @@ -80,6 +80,9 @@ class CHROMEOS_EXPORT NetworkConnect {
|
| // Requests a network connection and handles any errors and notifications.
|
| virtual void ConnectToNetworkId(const std::string& network_id) = 0;
|
|
|
| + // Requests a network disconnection. Ignores any errors and notifications.
|
| + virtual void DisconnectFromNetworkId(const std::string& network_id) = 0;
|
| +
|
| // Maybe show the configuration UI after a connect failure based on the
|
| // network state and error name. Returns true if the UI is shown.
|
| virtual bool MaybeShowConfigureUI(const std::string& network_id,
|
|
|