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

Unified Diff: chromeos/chromeos_switches.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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 906b69aa7c5e1bd14bfbb5990a8c632f6c65c38f..da342772a8c6fdaa47a8c466adaaa32b66a9d4b8 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -24,9 +24,10 @@ const char kEnableLocallyManagedUserUIExperiments[] =
const char kEnableNewNetworkChangeNotifier[] =
"enable-new-network-change-notifier";
-// Enables the new NetworkConfigurationHandler class.
-const char kEnableNewNetworkConfigurationHandlers[] =
- "enable-new-network-configuration-handlers";
+// Enables usage of the new ManagedNetworkConfigurationHandler and
+// NetworkConfigurationHandler singletons.
+const char kUseNewNetworkConfigurationHandlers[] =
+ "use-new-network-configuration-handlers";
// Enables screensaver extensions.
const char kEnableScreensaverExtensions[] = "enable-screensaver-extensions";

Powered by Google App Engine
This is Rietveld 408576698