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

Unified Diff: chromeos/network/network_state_handler.h

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: khorimoto@ comments Created 3 years, 8 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: chromeos/network/network_state_handler.h
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
index b35887bd5aa6f0629d9fa06fe540d20476548414..d84c1fa3e2bd2fb955b39ecd4f48b151d63aca7b 100644
--- a/chromeos/network/network_state_handler.h
+++ b/chromeos/network/network_state_handler.h
@@ -229,6 +229,12 @@ class CHROMEOS_EXPORT NetworkStateHandler
// AddTetherNetworkState.
void RemoveTetherNetworkState(const std::string& guid);
+ // Dissociate the Tether network specified by |guid| with its associated
Kyle Horimoto 2017/05/01 17:09:27 Disassociate
lesliewatkins 2017/05/03 01:23:23 Done.
+ // Wi-Fi network. Return the iterator for that Tether network so that it
Kyle Horimoto 2017/05/01 17:09:27 Just return a success bool. The client can call Re
lesliewatkins 2017/05/03 01:23:23 Done.
+ // can be removed entirely if needed.
+ ManagedStateList::iterator DisassociateTetherNetworkStateWithWifiNetwork(
+ const std::string& guid);
+
// Inform NetworkStateHandler that the provided Tether network with the
// provided guid |tether_network_guid| is associated with the Wi-Fi network
// with the provided guid |wifi_network_guid|. This Wi-Fi network can now be

Powered by Google App Engine
This is Rietveld 408576698