Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: chrome/common/chrome_switches.cc

Issue 328903004: SSL Connect Job Waiting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Redesigned cache accessing functions. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698