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

Unified Diff: chrome/app/generated_resources.grd

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 3e1d89282954e4614db8f34de6bd9380f3b1e1c3..29ff01e0f709521394364fd4a8a3bfa15cdbd46c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15014,6 +15014,12 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_FLAGS_NTP_OFFLINE_PAGES_DESCRIPTION" desc="Description for the flag to enable badging of offline pages on the NTP.">
Enables badging of offline pages on the New Tab page. Only relevant if offline pages are enabled.
</message>
+ <message name="IDS_FLAGS_OFFLINE_PAGES_ASYNC_DOWNLOAD_NAME" desc="Name for the flag to enable offline pages for async download.">
+ Enables showing "DOWNLOAD PAGE LATER" button in error pages.
+ </message>
+ <message name="IDS_FLAGS_OFFLINE_PAGES_ASYNC_DOWNLOAD_DESCRIPTION" desc="Description for the flag to enable offline pages.">
+ Enables showing "DOWNLOAD PAGE LATER" button in error pages such that the user can click on it to download the page later.
+ </message>
<message name="IDS_FLAGS_OFFLINE_PAGES_BACKGROUND_LOADING_NAME" desc="Name for the flag to enable offline pages to load in the background.">
Enables offline pages to load in the background
</message>
@@ -15279,10 +15285,11 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<!-- WebApks -->
<message name="IDS_FLAGS_ENABLE_WEBAPK" desc="Name for the flag to enable WebAPK feature.">
- Enable WebAPKs
+ Enable improved add to Home screen
</message>
<message name="IDS_FLAGS_ENABLE_WEBAPK_DESCRIPTION" desc="Description for the flag to enable WebAPK feature.">
- Enables packaging PWAs into an Android WebAPK. Requires sending data to a chrome server to generate the application.
+ Packages "Progressive Web Apps" so that they can integrate more deeply with Android. A Chrome server is used to package sites.
+ In Chrome Canary and Chrome Dev, this requires “Untrusted sources” to be enabled in Android security settings.
</message>
</if>
@@ -15699,12 +15706,15 @@ read aloud to screenreader users to announce that a completion is available.">
<!-- Consistent omnibox geolocation -->
<if expr="is_android">
- <message name="IDS_FLAGS_ENABLE_CONSISTENT_OMNIBOX_GEOLOCATION_NAME" desc="Name for the flag to enable consistent omnibox geolocation">
+ <message name="IDS_FLAGS_ENABLE_CONSISTENT_OMNIBOX_GEOLOCATION_NAME" desc="Name for the flag to enable consistent omnibox geolocation" translateable="false">
Have consistent omnibox geolocation access.
</message>
- <message name="IDS_FLAGS_ENABLE_CONSISTENT_OMNIBOX_GEOLOCATION_DESCRIPTION" desc="Desciption for the flag to enable consistent omnibox geolocation">
+ <message name="IDS_FLAGS_ENABLE_CONSISTENT_OMNIBOX_GEOLOCATION_DESCRIPTION" desc="Desciption for the flag to enable consistent omnibox geolocation" translateable="false">
Have consistent geolocation access between the omnibox and default search engine.
</message>
+ <message name="IDS_SEARCH_GEOLOCATION_DISCLOSURE_INFOBAR_TEXT" desc="Text to put in the infobar disclosing Google Search's usage of location">
+ Google Search uses your location to show local search results. You can change this in Settings.
+ </message>
</if>
<!-- NTP content suggestions strings -->

Powered by Google App Engine
This is Rietveld 408576698