Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index b29fcccb8c036b1c6f41f9e0ee8658eb8731d86d..fd4c99c7830b9bd6b9ea81eba6185aeffe4b9985 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. |
+const char kEnableJobWaiting[] = "enable-job-waiting"; |
wtc
2014/06/13 22:47:24
This option should be "enable-ssl-connect-job-wait
mshelley1
2014/06/16 19:02:49
Done.
|
+ |
// Enables experimentation with launching ephemeral apps via hyperlinks. |
const char kEnableLinkableEphemeralApps[] = "enable-linkable-ephemeral-apps"; |