| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 440e589c210829a4ce438e53dde80ccc73271b93..45e076fcc8ede07edbfa1a90d397001370075728 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -24,6 +24,10 @@ const char kEnableNewNetworkChangeNotifier[] =
|
| // Enables screensaver extensions.
|
| const char kEnableScreensaverExtensions[] = "enable-screensaver-extensions";
|
|
|
| +// Enables the new NetworkConfigurationHandler class.
|
| +const char kEnableNewNetworkConfigurationHandlers[] =
|
| + "enable-new-network-configuration-handlers";
|
| +
|
| // Sends test messages on first call to RequestUpdate (stub only).
|
| const char kSmsTestMessages[] = "sms-test-messages";
|
|
|
|
|