Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 0508a62eaf88182846e338e8ec97c156a7f0924b..b9c9c261b639c35c6e88cfa879e7443c020f629f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -551,10 +551,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. |