Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index 619d14b2e1ae07599ec1448fec8056fe0c6368be..382720e4de15094ec740c5076675c364e1708048 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -67,6 +67,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"; |
| @@ -89,6 +93,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"; |
|
oshima
2014/02/19 18:59:41
why you need both enable/disable now?
ygorshenin1
2014/02/20 16:31:39
For easy switch of default behavior. Currently by
|
| + |
| // Enable "interactive" mode for stub implemenations (e.g. NetworkStateHandler) |
| const char kEnableStubInteractive[] = "enable-stub-interactive"; |