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

Unified Diff: chrome/app/generated_resources.grd

Issue 893073002: Start showing basic infobars for manifest apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised icon storage logic Created 5 years, 11 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index cec3910dd0ae635251dee02be7ea473e7094e0eb..870431192911aeeda798c9eecc6d29ba47fa8ce6 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15003,13 +15003,16 @@ Do you accept?
If enabled, EmbeddedSearch API will be used to submit search queries in the search results page.
</message>
- <!-- App install alerts flags -->
+ <!-- App install alerts strings -->
<message name="IDS_FLAGS_ENABLE_APP_INSTALL_ALERTS_NAME" desc="Title for the flag to allow app install alerts">
Enable app install alerts
</message>
<message name="IDS_FLAGS_ENABLE_APP_INSTALL_ALERTS_DESCRIPTION" desc="Description to allow app install alerts">
If enabled, websites will be parsed for app install alert meta tags.
</message>
+ <message name="IDS_APP_INSTALL_ALERTS_ADD_TO_HOMESCREEN" desc="Infobar button text indicating that an app can be added to the home screen.">
+ Add to homescreen
+ </message>
<!-- Flag strings for seccomp-bpf sandbox flag. -->
<message name="IDS_FLAGS_ENABLE_SECCOMP_FILTER_SANDBOX_ANDROID_NAME" desc="Title for the flag to enable the seccomp-bpf sandbox on Android.">

Powered by Google App Engine
This is Rietveld 408576698