| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 3819af32b7a422e8f3fd0fc8c308dd335cf0d4c9..1f3b4bf2ad12aae16746b8deebfdf7b3c669ec3a 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1977,10 +1977,11 @@ const FeatureEntry kFeatureEntries[] = {
|
| {"allow-insecure-localhost", flag_descriptions::kAllowInsecureLocalhostName,
|
| flag_descriptions::kAllowInsecureLocalhostDescription, kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kAllowInsecureLocalhost)},
|
| - {"enable-add-to-shelf", flag_descriptions::kAddToShelfName,
|
| - flag_descriptions::kAddToShelfDescription, kOsDesktop,
|
| - ENABLE_DISABLE_VALUE_TYPE(switches::kEnableAddToShelf,
|
| - switches::kDisableAddToShelf)},
|
| +#if !defined(OS_ANDROID)
|
| + {"enable-app-banners", flag_descriptions::kAppBannersName,
|
| + flag_descriptions::kAppBannersDescription, kOsDesktop,
|
| + FEATURE_VALUE_TYPE(features::kAppBanners)},
|
| +#endif // !OS_ANDROID
|
| {"bypass-app-banner-engagement-checks",
|
| flag_descriptions::kBypassAppBannerEngagementChecksName,
|
| flag_descriptions::kBypassAppBannerEngagementChecksDescription, kOsAll,
|
|
|