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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1772233003: Flag for Background Loading of Offline Pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust line spacing Created 4 years, 9 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 3dbb22ab034275e8c0037bfab5b2be84f4f67453..d29d4e398f3d963090e87e02c36eac330d42c7dc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14353,12 +14353,27 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_FLAGS_ENABLE_OFFLINE_PAGES_AS_SAVED_PAGES" desc="Option to enable offline pages feature using name 'saved pages' shown in user-visible strings">
Enabled as saved pages
</message>
- <message name="IDS_FLAGS_NTP_OFFLINE_PAGES_NAME" desc="Name for the flag to enable bading of offline pages on the NTP.">
+ <message name="IDS_FLAGS_NTP_OFFLINE_PAGES_NAME" desc="Name for the flag to enable badging of offline pages on the NTP.">
Enable NTP offline pages
</message>
- <message name="IDS_FLAGS_NTP_OFFLINE_PAGES_DESCRIPTION" desc="Description for the flag to enable bading of offline pages on the NTP.">
+ <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_ENABLE_OFFLINE_PAGE_BACKGROUND_LOADING" desc= "Option to enable offline pages to be saved by a background page">
dougarnett 2016/03/09 21:59:57 Not used?
Pete Williamson 2016/03/09 22:35:05 Correct. I removed that message.
+ Enable offline pages to be saved automatically in the background.
+ </message>
+ <message name="IDS_FLAGS_OFFLINE_PAGES_BACKGROUND_LOADING_NAME" desc="Name for the flag to enable offline pages to load in the background.">
+ Enable offline pages to load in the background
+ </message>
+ <message name="IDS_FLAGS_OFFLINE_PAGES_BACKGROUND_LOADING_DESCRIPTION" desc="Description for the flag to enable offline pages.">
+ Enables the browser to wake up and load offline pages automatically in the background.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_OFFLINE_PAGES_BACKGROUND_LOADING" desc="Option to enable offline pages to load in the background">
+ Enable background loading
+ </message>
+ <message name="IDS_FLAGS_DISABLE_OFFLINE_PAGES_BACKGROUND_LOADING" desc="Option to disable offline pages to load in the background">
+ Disable background Loading
+ </message>
<message name="IDS_FLAGS_NTP_POPULAR_SITES_NAME" desc="Name for the flag to enable showing non-personalized popular suggestions on the New Tab Page, when no personal suggestions are available yet.">
Show popular sites on the New Tab page
</message>

Powered by Google App Engine
This is Rietveld 408576698