Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 1d5b99ad829b585bdb7a41e0151fe1076b091712..2b8ef525e801e75ca947300d60f706fb26b8acc0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1214,6 +1214,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"; |