| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 3e1d89282954e4614db8f34de6bd9380f3b1e1c3..8067a26a86c99f5583c7bb7bea32fb0d688f40b7 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_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_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>
|
|
|