Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index b29fcccb8c036b1c6f41f9e0ee8658eb8731d86d..6b379db4f6abc83de17ef5514c52b72598db6884 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -499,6 +499,10 @@ const char kEnableFastUnload[] = "enable-fast-unload"; |
// "disable-ipv6" which appears elswhere in this file. |
const char kEnableIPv6[] = "enable-ipv6"; |
+// Allows a feature that holds back some SSLConnectJobs in order to |
+// maximize the number of full SSL handshakes completed. |
wtc
2014/06/17 17:44:39
Nit: Allows => Enables
Typo: maximize => minimize
mshelley1
2014/06/18 18:53:49
Done.
|
+const char kEnableSSLConnectJobWaiting[] = "enable-ssl-connect-job-waiting"; |
+ |
// Enables experimentation with launching ephemeral apps via hyperlinks. |
const char kEnableLinkableEphemeralApps[] = "enable-linkable-ephemeral-apps"; |