Index: chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
index 41e064b9bc2eddfe585173c65cec7034ea3a287a..779608fe2248a1840e1d32593792b76596ff8a39 100644 |
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
@@ -744,9 +744,7 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate, |
NetworkLibrary* crosnet = CrosLibrary::Get()->GetNetworkLibrary(); |
Network* network = crosnet->FindNetworkByPath(network_id); |
if (CommandLine::ForCurrentProcess()->HasSwitch( |
- ash::switches::kAshEnableNewNetworkStatusArea) && |
- CommandLine::ForCurrentProcess()->HasSwitch( |
- chromeos::switches::kEnableNewNetworkConfigurationHandlers)) { |
+ ash::switches::kAshEnableNewNetworkStatusArea)) { |
stevenjb
2013/03/05 17:59:18
Please use the new flag here; it needs to match th
pneubeck (no reviews)
2013/03/07 15:53:02
Done.
|
// If the new network handlers are enabled, this should always trigger |
// displaying the network settings UI. |
if (network) |