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

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

Issue 7969009: Removed chromeos::NetworkStateNotifier and redirected all related code to use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
===================================================================
--- chrome/browser/chromeos/cros/network_library.cc (revision 102206)
+++ chrome/browser/chromeos/cros/network_library.cc (working copy)
@@ -4711,7 +4711,7 @@
wifi1->set_name("Fake WiFi1 Connected");
wifi1->set_strength(100);
wifi1->set_connected(true);
- wifi1->set_is_active(true);
+ wifi1->set_is_active(false);
wifi1->set_encryption(SECURITY_NONE);
wifi1->set_profile_type(PROFILE_SHARED);
AddStubNetwork(wifi1);
« no previous file with comments | « chrome/browser/chromeos/boot_times_loader.cc ('k') | chrome/browser/chromeos/net/network_change_notifier_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698