Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index c10c883ee5e8c3733e068df31f5f3016c38aa549..6c885711626d356287697996a9bd2fad0e454f08 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 likley resources early to improve load times, |
|
srahim1
2017/03/08 06:35:17
Is this user- or developer-facing content? "Likely
|
| + 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 |