Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index bf78d6317c604735ae08cbf49ce039b65af0e034..522a32bad2460d311aa9cae7e6f34420d83af641 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -546,6 +546,10 @@ const char kEnableTabAudioMuting[] = "enable-tab-audio-muting"; |
| // instant-extended-api, where thumbnails are generally smaller. |
| const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting"; |
| +// Enables negotiating token binding (draft-ietf-tokbind-protocol-02) in the tls |
| +// handshake. |
|
davidben
2015/11/18 20:49:00
I would probably say
// Enables token binding (dr
nharper
2015/12/04 01:42:19
Done.
|
| +const char kEnableTokenBinding[] = "enable-token-binding"; |
| + |
| // Enables Alternate-Protocol when the port is user controlled (> 1024). |
| const char kEnableUserAlternateProtocolPorts[] = |
| "enable-user-controlled-alternate-protocol-ports"; |