Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a8d9094740a06f5efc026deab49419fd0e9ddec4..163b3cda4a86caa8ebf6badd50068fd5becb3e4d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -565,10 +565,6 @@ const char kDisableSettingsWindow[] = "disable-settings-window"; |
// Enable SPDY/4, aka HTTP/2. This is a temporary testing flag. |
const char kEnableSpdy4[] = "enable-spdy4"; |
-// Enables a feature that holds back some SSLConnectJobs in order to |
-// minimize the number of full SSL handshakes completed. |
-const char kEnableSSLConnectJobWaiting[] = "enable-ssl-connect-job-waiting"; |
- |
// Enables implementation of the Cache-Control: stale-while-revalidate directive |
// which permits servers to allow the use of stale resources while revalidation |
// proceeds in the background. |