Index: chrome/browser/chromeos/cros/network_library.cc |
diff --git a/chrome/browser/chromeos/cros/network_library.cc b/chrome/browser/chromeos/cros/network_library.cc |
index 8c6f558fd06b1f3960c69f788870b65dcaa47703..9943d9e35330146df54f99a2ce57db8de55c50aa 100644 |
--- a/chrome/browser/chromeos/cros/network_library.cc |
+++ b/chrome/browser/chromeos/cros/network_library.cc |
@@ -424,11 +424,6 @@ void Network::AttemptConnection(const base::Closure& closure) { |
void Network::set_connecting() { |
state_ = STATE_CONNECT_REQUESTED; |
- // Set the connecting network in NetworkStateHandler for the status area UI. |
- if (NetworkHandler::IsInitialized()) { |
- NetworkHandler::Get()->network_state_handler()-> |
- SetConnectingNetwork(service_path()); |
- } |
} |
void Network::SetProfilePath(const std::string& profile_path) { |