| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 12f529d18f45d5820e9c965b3002a87b6557ff69..b76c6d1ebd97f563318ac4f208839fd48ac28cfc 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1012,6 +1012,15 @@ const Experiment kExperiments[] = {
|
| ash::switches::kAshEnableImmersiveFullscreenForAllWindows,
|
| ash::switches::kAshEnableImmersiveFullscreenForBrowserOnly)
|
| },
|
| + {
|
| + "network-portal-notification",
|
| + IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_NAME,
|
| + IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_DESCRIPTION,
|
| + kOsCrOS,
|
| + ENABLE_DISABLE_VALUE_TYPE(
|
| + chromeos::switches::kEnableNetworkPortalNotification,
|
| + chromeos::switches::kDisableNetworkPortalNotification)
|
| + },
|
| #endif
|
| {
|
| "enable-download-resumption",
|
|
|