| Index: components/arc/common/net.mojom
|
| diff --git a/components/arc/common/net.mojom b/components/arc/common/net.mojom
|
| index 67c3abee6a6952d4e817102f2da5d3f2da8964ed..234557a03feb0fbc947157fd74d82b05c83a588e 100644
|
| --- a/components/arc/common/net.mojom
|
| +++ b/components/arc/common/net.mojom
|
| @@ -47,6 +47,9 @@ interface NetHost {
|
| // Sends a request to get configured or visible WiFi networks based on the
|
| // request type.
|
| [MinVersion=2] GetNetworks@3(GetNetworksRequestType type) => (NetworkData data);
|
| +
|
| + // Sends a request to enable or disable WiFi.
|
| + [MinVersion=3] SetWifiEnabledState@4(bool is_enabled) => ();
|
| };
|
|
|
| interface NetInstance {
|
|
|