| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7e0303ec6236096e5fdf8c6ef2a803e0af954f4a..046cebc6392f96ceed51c6588773c23d96411a55 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -548,6 +548,9 @@ const char kEnableTabAudioMuting[] = "enable-tab-audio-muting";
|
| // instant-extended-api, where thumbnails are generally smaller.
|
| const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting";
|
|
|
| +// Enables token binding (draft-ietf-tokbind-protocol-02).
|
| +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";
|
|
|