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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2944283002: Replace --add-to-shelf flag with kAppBanners feature. (Closed)
Patch Set: Double Doh! 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index fbd5255ab69fcba4dfc4b7094a308d3ed355aabd..04c1c5ff9f02c2296dcbc6af1aaabdad22c433ae 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -264,11 +264,11 @@ const char kScrollPredictionDescription[] =
"Predicts the finger's future position during scrolls allowing time to "
"render the frame before the finger is there.";
-const char kAddToShelfName[] = "Add to shelf";
+const char kAppBannersName[] = "App Banners";
-const char kAddToShelfDescription[] =
- "Enable the display of add to shelf banners, which prompt a user to add "
- "a web app to their shelf, or other platform-specific equivalent.";
+const char kAppBannersDescription[] =
+ "Enable the display of Progressive Web App banners, which prompt a user to "
+ "add a web app to their shelf, or other platform-specific equivalent.";
const char kBypassAppBannerEngagementChecksName[] =
"Bypass user engagement checks";

Powered by Google App Engine
This is Rietveld 408576698