Index: components/arc/common/net.mojom |
diff --git a/components/arc/common/net.mojom b/components/arc/common/net.mojom |
index d7543b70f8b243df7465b47a7cad26fec42b0b47..4390d779cb45b8250350f243082227bc61a074d8 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. |
+ StartScan@2() => (bool result); |
Luis Héctor Chávez
2016/02/08 16:35:46
[MinVersion=1]
abhishekbh
2016/02/12 02:17:33
Done.
|
}; |
interface NetInstance { |