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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10416002: Seculative resource prefetching for URLs CL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moving to WeakPtrs and RVHD. 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index bd0f027a3930221cae7d8bebd69def243b41de84..5a6e4c949fb67e2cfaecd08c6a51b6c1b47cf891 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -600,6 +600,10 @@ const char kEnableSdch[] = "enable-sdch";
// Enable SPDY/3. This is a temporary testing flag.
const char kEnableSpdy3[] = "enable-spdy3";
+// Enable speculative resource prefetching.
+const char kEnableSpeculativeResourcePrefetching[] =
+ "enable-speculative-resource-prefetching";
+
// Enables the stacked tabstrip.
const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";

Powered by Google App Engine
This is Rietveld 408576698