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

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: Addressed Steven's comments. Created 7 years, 10 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 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)

Powered by Google App Engine
This is Rietveld 408576698