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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2944283002: Replace --add-to-shelf flag with kAppBanners feature. (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 | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/installable/installable_manager_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0714a237b0f63f015f3e0a003a07dd7f846922f9..97e977e48c52f4afa0617d754e03a348292c257a 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";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/installable/installable_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698