Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a1d39cb5e0f34496451f4d41c42cfd8b89b71635..5d3759578b76399b4f7c6261794941150024cc93 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -434,6 +434,11 @@ const char kEnableFileCookies[] = "enable-file-cookies"; |
// Enable the JavaScript Full Screen API. |
const char kEnableFullScreen[] = "enable-fullscreen"; |
+// Enable HTTP pipelining. Attempt to pipeline HTTP connections. Heuristics will |
+// try to figure out if pipelining can be used for a given host and request. |
+// Without this flag, pipelining will never be used. |
+const char kEnableHttpPipelining[] = "enable-http-pipelining"; |
+ |
// Enable the in-browser thumbnailing, which is more efficient than the |
// in-renderer thumbnailing, as we can use more information to determine |
// if we need to update thumbnails. |