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

Unified Diff: chrome/browser/chromeos/cros/network_library.cc

Issue 22340006: Show notifications for Network Config errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + move comment Created 7 years, 4 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: 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) {
« no previous file with comments | « ash/system/chromeos/network/network_state_notifier_unittest.cc ('k') | chrome/browser/chromeos/options/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698