| 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 caba910ee4cc548a5ee8f4f8c5743156c2bb7630..f22797a124687602024808eb8ecd3980584e2188 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::kAshDisableNewNetworkStatusArea) &&
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kUseNewNetworkConfigurationHandlers)) {
|
| + ash::switches::kAshDisableNewNetworkStatusArea)) {
|
| // If the new network handlers are enabled, this should always trigger
|
| // displaying the network settings UI.
|
| if (network)
|
|
|