| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index c9264bf15e8b11e6862c5e5bb0e953040a138e03..5ca68fce6b223c8273d035ffb71ede252fc4c099 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -65,6 +65,9 @@ const char kEchoExtensionPath[] = "echo-ext-path";
|
| // Enables switching between different cellular carriers from the UI.
|
| const char kEnableCarrierSwitching[] = "enable-carrier-switching";
|
|
|
| +// Enables consumer management.
|
| +const char kEnableConsumerManagement[] = "enable-consumer-management";
|
| +
|
| // Enables notifications about captive portals in session.
|
| const char kEnableNetworkPortalNotification[] =
|
| "enable-network-portal-notification";
|
|
|