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"; |