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

Unified Diff: chrome/common/chrome_switches.cc

Issue 353713005: Implements new, more robust design for communicating between SSLConnectJobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typo & removed CapturingNetLog arg. Created 6 years, 4 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 51113d41afee63b38c607b5f2a55257c73544cf6..92cec805e15b386de02cc79efa155d7b0573f751 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -602,6 +602,10 @@ const char kEnableSpellingAutoCorrect[] = "enable-spelling-auto-correct";
const char kEnableSpellingFeedbackFieldTrial[] =
"enable-spelling-feedback-field-trial";
+// 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 an experimental hosted app experience.
const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps";

Powered by Google App Engine
This is Rietveld 408576698