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

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 419d98d7925a27f7b73e20d9feceddc1cf03b0ae..0f9d08c610cba2a0aa0de9ffcb328c619453820d 100644
--- a/chromeos/network/network_state_handler.h
+++ b/chromeos/network/network_state_handler.h
@@ -240,6 +240,12 @@ class CHROMEOS_EXPORT NetworkStateHandler
// function does nothing. Returns whether the network was actually removed.
bool RemoveTetherNetworkState(const std::string& guid);
+ // Disassociates the Tether network specified by |guid| with its associated
Kyle Horimoto 2017/05/03 01:53:34 Update this comment to reflect the extra parameter
lesliewatkins 2017/05/03 22:00:25 Done.
+ // Wi-Fi network. Return true if successfully disassociated, false otherwise.
+ bool DisassociateTetherNetworkStateWithWifiNetwork(
Kyle Horimoto 2017/05/03 01:53:34 Use From instead of With.
lesliewatkins 2017/05/03 22:00:25 Done.
+ const std::string& tether_network_guid,
+ const std::string& wifi_network_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