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

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: Added a command line flag that enables my changes. 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..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";

Powered by Google App Engine
This is Rietveld 408576698