| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index bf7ecf763b6412cc13e4bc2e6dc8983ab8a5d26b..2c6fce7aab6881258a08bc5716543e4087ac947e 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -15020,6 +15020,12 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
|
| <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_SVELTE_CONCURRENT_LOADING_NAME" desc="Name for the flag to enable concurrent background loading on svelte (512MB RAM) devices.">
|
| + Enables concurrent background loading on svelte.
|
| + </message>
|
| + <message name="IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_DESCRIPTION" desc="Description for the flag to enable concurrent background loading on svelte (512MB RAM) devices.">
|
| + Enables concurrent background loading (or downloading) of pages on Android svelte (512MB RAM) devices. Otherwise, background loading will happen when the svelte device is idle.
|
| + </message>
|
| <message name="IDS_FLAGS_OFFLINE_PAGES_SHARING_NAME" desc="Name for the flag to enable offline pages to be shared.">
|
| Enables offline pages to be shared.
|
| </message>
|
|
|