| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index c04e9e19e93ae226d271171b1039d313bbe4e4b3..ab331b29deccc70506926b7ba95c86b5a010742e 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -64,6 +64,10 @@ const char kDisableQuickofficeComponentApp[] =
|
| // Disables volume adjust sound.
|
| const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound";
|
|
|
| +// Disables notifications about captive portals in session.
|
| +const char kDisableNetworkPortalNotification[] =
|
| + "disable-network-portal-notification";
|
| +
|
| // Disables fetching online CrOS EULA page, only static version is shown.
|
| const char kDisableOnlineEULA[] = "disable-cros-online-eula";
|
|
|
| @@ -86,6 +90,10 @@ const char kEnableBackgroundLoader[] = "enable-background-loader";
|
| // Enables switching between different cellular carriers from the UI.
|
| const char kEnableCarrierSwitching[] = "enable-carrier-switching";
|
|
|
| +// Enables notifications about captive portals in session.
|
| +const char kEnableNetworkPortalNotification[] =
|
| + "enable-network-portal-notification";
|
| +
|
| // Enable "interactive" mode for stub implemenations (e.g. NetworkStateHandler)
|
| const char kEnableStubInteractive[] = "enable-stub-interactive";
|
|
|
|
|