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

Unified Diff: components/arc/net/arc_net_host_impl.h

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
Index: components/arc/net/arc_net_host_impl.h
diff --git a/components/arc/net/arc_net_host_impl.h b/components/arc/net/arc_net_host_impl.h
index 7dfeb2e8b2216634708c6c72d5e7f2f7d6d0e497..1704d27d7811e74abc6ad4e6b810d970a1161180 100644
--- a/components/arc/net/arc_net_host_impl.h
+++ b/components/arc/net/arc_net_host_impl.h
@@ -39,6 +39,9 @@ class ArcNetHostImpl : public ArcService,
void GetWifiEnabledState(
const GetWifiEnabledStateCallback& callback) override;
+ // Called when a StartScan call is sent from ARC.
+ void StartScan() override;
+
// Overridden from ArcBridgeService::Observer:
void OnNetInstanceReady() override;

Powered by Google App Engine
This is Rietveld 408576698