Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index b2076535db93d802751744897baac1b4404a3513..3fd714807e92275531dd45b918c8b03ac1184f60 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -606,6 +606,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"; |