Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d3298213432a759e725a901c84c3ed1a2b991d18..b8389571de8ecc453e3cf6aa4fcd40bb72700388 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1226,6 +1226,9 @@ const char kSpeculativeResourcePrefetchingDisabled[] = "disabled"; |
// be prefetched but will not prefetch them. |
const char kSpeculativeResourcePrefetchingLearning[] = "learning"; |
+// Speculative resource prefetching is enabled. |
+const char kSpeculativeResourcePrefetchingEnabled[] = "enabled"; |
+ |
// Specifies the maximum SSL/TLS version ("ssl3", "tls1", "tls1.1", or |
// "tls1.2"). |
const char kSSLVersionMax[] = "ssl-version-max"; |