Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: chrome/browser/about_flags.cc

Issue 2948893004: Add new flag for experimental app banners. (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/banners/app_banner_manager_desktop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 736a02126ab306e039c383e07ae7a36e47ed071f..855a0ffa4c5b42d3a1e78e4a308caa715a347014 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1994,6 +1994,10 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kAppBannersDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kAppBanners)},
#endif // !OS_ANDROID
+ {"enable-experimental-app-banners",
+ flag_descriptions::kExperimentalAppBannersName,
+ flag_descriptions::kExperimentalAppBannersDescription, kOsAll,
+ FEATURE_VALUE_TYPE(features::kExperimentalAppBanners)},
{"bypass-app-banner-engagement-checks",
flag_descriptions::kBypassAppBannerEngagementChecksName,
flag_descriptions::kBypassAppBannerEngagementChecksDescription, kOsAll,
« no previous file with comments | « no previous file | chrome/browser/banners/app_banner_manager_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698