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

Unified Diff: chrome/browser/chromeos/system/ash_system_tray_delegate.cc

Issue 12319145: Using the new Network*Handlers in networkingPrivate Extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed some closing periods from comments. Created 7 years, 9 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/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)

Powered by Google App Engine
This is Rietveld 408576698