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

Unified Diff: chrome/app/generated_resources.grd

Issue 2711153004: predictors: Add an about:flags flag for speculative prefetch. (Closed)
Patch Set: Typo. Created 3 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
« 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 c10c883ee5e8c3733e068df31f5f3016c38aa549..f9efd18a47ee1b33f3b3b0960d8dac732eae3955 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4981,6 +4981,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
"No-State Prefetch" pre-downloads resources to improve load times. "Prerender" does a full pre-rendering of the page, to improve load times even more. "Simple Load" does nothing and is similar to disabling the feature, but collects more metrics for comparison purposes.
</message>
+ <message name="IDS_FLAGS_SPECULATIVE_PREFETCH_NAME" desc="Name for the flag to set parameters for Speculative Prefetch">
+ Speculative Prefetch
+ </message>
+ <message name="IDS_FLAGS_SPECULATIVE_PREFETCH_DESCRIPTION" desc="Description for the flag to set parameters for Speculative Prefetch.">
+ "Speculative Prefetch" fetches likely resources early to improve load times,
+ based on a local database (see chrome://predictors).
+ "Learning" means that only the database construction is enabled,
+ "Prefetching" that learning and prefetching are enabled.
+ </message>
+
<!-- Print Preview features -->
<message name="IDS_FLAGS_PRINT_PDF_AS_IMAGE_NAME" desc="Name for the flag to add the option to print PDFs as images to print preview.">
Print Pdf as Image
« 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