Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 002d49dfd0eeaccb10b88343445dd5c07fb1e0ac..e8e701f67b74f41c59e66189cb1acab448fe232a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -438,6 +438,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. |