Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index b29fcccb8c036b1c6f41f9e0ee8658eb8731d86d..7834b9409f141fa2179d962232ad4163da617bab 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -613,6 +613,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"; |
|
wtc
2014/06/27 00:36:49
Nit: most of the '=' signs in this file seem to be
|
| + |
| // Enables an experimental hosted app experience. |
| const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps"; |