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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2483463002: [Offline Pages] Feature flag to allow concurrent background loading on svelte (Closed)
Patch Set: Added flag to LoginCustomFlags histogram 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698