Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 6199946e901c0d1a5f0e57e0c6d33f504322e54e..db3576fa0f8b8fa8163705cc853a243354b60b95 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -610,6 +610,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"; |