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 c3fc7faf302132376bf0f9468675381a54a3870e..78884abcff0b32b87483c3ad2aa840252a89e97b 100644 |
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc |
@@ -746,7 +746,7 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate, |
if (CommandLine::ForCurrentProcess()->HasSwitch( |
ash::switches::kAshEnableNewNetworkStatusArea) && |
CommandLine::ForCurrentProcess()->HasSwitch( |
- chromeos::switches::kEnableNewNetworkConfigurationHandlers)) { |
+ chromeos::switches::kUseNewNetworkConfigurationHandlers)) { |
// If the new network handlers are enabled, this should always trigger |
// displaying the network settings UI. |
if (network) |