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

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

Issue 1925083003: Notify ARC of default network changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wifi-change
Patch Set: fix linter error Created 4 years, 7 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 af5df412b62de3aec91267505796c475ea05f4bb..cebc485619edabe6f7756951071539210b7598b5 100644
--- a/components/arc/net/arc_net_host_impl.h
+++ b/components/arc/net/arc_net_host_impl.h
@@ -66,6 +66,8 @@ class ArcNetHostImpl : public ArcService,
// Overriden from chromeos::NetworkStateHandlerObserver.
void ScanCompleted(const chromeos::DeviceState* /*unused*/) override;
void OnShuttingDown() override;
+ void DefaultNetworkChanged(const chromeos::NetworkState* network) override;
+ void GetDefaultNetwork(const GetDefaultNetworkCallback& callback) override;
// Overridden from ArcBridgeService::Observer:
void OnNetInstanceReady() override;

Powered by Google App Engine
This is Rietveld 408576698