| Index: components/arc/common/net.mojom
|
| diff --git a/components/arc/common/net.mojom b/components/arc/common/net.mojom
|
| index d7543b70f8b243df7465b47a7cad26fec42b0b47..53cf893182731c6f46f1dd2d9d94de650c630a5f 100644
|
| --- a/components/arc/common/net.mojom
|
| +++ b/components/arc/common/net.mojom
|
| @@ -33,6 +33,9 @@ interface NetHost {
|
|
|
| // Sends a request to get enabled / disabled status of WiFi.
|
| GetWifiEnabledState@1() => (bool is_enabled);
|
| +
|
| + // Sends a request to start scan of WiFi APs.
|
| + [MinVersion=1] StartScan@2();
|
| };
|
|
|
| interface NetInstance {
|
|
|