summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authornharper <nharper@chromium.org>2016-02-03 14:23:44 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 22:25:00 +0000
commitef2618645c67e096238ae7a26d6e9dde262f7da5 (patch)
tree223a1bf3d299c0d902f110f5fa1c9f4729499c7b /chrome/common/chrome_switches.cc
parentb01f9cddfcd189d212a15785417edaf309185a49 (diff)
downloadchromium_src-ef2618645c67e096238ae7a26d6e9dde262f7da5.zip
chromium_src-ef2618645c67e096238ae7a26d6e9dde262f7da5.tar.gz
chromium_src-ef2618645c67e096238ae7a26d6e9dde262f7da5.tar.bz2
Add Token Binding to about:flags
BUG=467312 Review URL: https://codereview.chromium.org/1409323011 Cr-Commit-Position: refs/heads/master@{#373358}
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 26525e2..7070b18 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -545,9 +545,6 @@ 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";