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..f5cd10045c5728f031864c9ad31ab7c34d69f08b 100644 |
--- a/chromeos/network/network_state_handler.h |
+++ b/chromeos/network/network_state_handler.h |
@@ -240,6 +240,13 @@ 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 |tether_network_guid| from |
+ // the Wi-Fi network specified by |wifi_network_guid|. Returns true if |
+ // successfully disassociated, false otherwise. |
+ bool DisassociateTetherNetworkStateFromWifiNetwork( |
+ 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 |