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

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

Issue 10837083: Merge 149283 - This fixes connecting to hidden networks by not marking (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 5 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_impl_base.cc
===================================================================
--- chrome/browser/chromeos/cros/network_library_impl_base.cc (revision 149702)
+++ chrome/browser/chromeos/cros/network_library_impl_base.cc (working copy)
@@ -898,7 +898,8 @@
}
VLOG(1) << "Connected to network: " << network->name()
- << " State: " << network->state();
+ << " State: " << network->state()
+ << " Status: " << status;
// If the user asked not to save credentials, flimflam will have
// forgotten them. Wipe our cache as well.
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.cc ('k') | chrome/browser/chromeos/cros/network_library_impl_cros.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698