| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e536eff99f58f1316f6457dca321f2e3cce8501b..06a7a74c2edea5b54664f19f9599347d89724867 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -554,6 +554,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.
|
| +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";
|
|
|