Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 6e532fc5d9b9f2b71c78d37c74bed68385a31567..c5749aead54235bf47b5cccbb0f1c27334082a29 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -14941,6 +14941,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 devices."> |
|
Pete Williamson
2016/11/08 00:42:43
Folks might not know what "svelte" means to us - p
dougarnett
2016/11/08 00:48:11
Are you saying mention this in this NAME desc (thi
Dmitry Titov
2016/11/08 00:52:20
+1 to avoid 'svelte' in all names. "512Mb devices"
Pete Williamson
2016/11/08 00:53:39
I was thinking that the desc field for the name sh
dougarnett
2016/11/08 16:37:00
Done.
|
| + 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 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> |