Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Unified Diff: components/arc/common/net.mojom

Issue 1680483002: ARC: Implement the startScan API to start scanning of WiFI APs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed callback in StartScan prototype. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/arc/net/arc_net_host_impl.h » ('j') | components/arc/net/arc_net_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | components/arc/net/arc_net_host_impl.h » ('j') | components/arc/net/arc_net_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698