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

Unified Diff: chrome/app/generated_resources.grd

Issue 10416002: Seculative resource prefetching for URLs CL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing Dominich's comments. Created 8 years, 7 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index cfb78276d2ab174827b47d5184abf1265ded2b62..6c26f0d8ecf1f80c24f14bf8c4277b166ed020d9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5726,6 +5726,14 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_CAPTIVE_PORTAL_CHECK_ON_ERROR_DESCRIPTION" desc="Description for the flag to enable automatic checking for captive portals.">
Check for captive portals and open a new tab at the login page if one is found.
</message>
+
+ <message name="IDS_FLAGS_ENABLE_SPECULATIVE_RESOURCE_PREFETCHING_NAME" desc="Title of flag for speculative resource prefetching.">
+ Speculative resource prefetching.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_SPECULATIVE_RESOURCE_PREFETCHING_DESCRIPTION" desc="Description of the flag for speculative resource prefetching.">
+ Enable prefetching of a page's sub-resources speculatively.
+ </message>
+
<!-- Crashes -->
<message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes page.">
Crashes
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/net/resource_prefetch_predictor_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698