Chromium Code Reviews| Index: content/public/common/content_features.cc |
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
| index 4329349b165e09340233e083b99ef3a561ee7b56..7e9ab79f4393a916be981df0779b3742d98209d9 100644 |
| --- a/content/public/common/content_features.cc |
| +++ b/content/public/common/content_features.cc |
| @@ -23,6 +23,11 @@ const base::Feature kDownloadResumption{"DownloadResumption", |
| const base::Feature kExperimentalFramework{"ExperimentalFramework", |
| base::FEATURE_DISABLED_BY_DEFAULT}; |
| +// Enables token binding |
| +// (http://www.ietf.org/id/draft-ietf-tokbind-protocol-04.txt). |
|
cbentzel
2016/02/01 20:48:57
Nit: https URL works as well.
nharper
2016/02/01 22:17:08
Done.
|
| +const base::Feature kTokenBinding{"token-binding", |
| + base::FEATURE_DISABLED_BY_DEFAULT}; |
| + |
| // Control whether the priority of a renderer is set when the process is |
| // launched. This is in response to a bug seen on Windows. See |
| // https://crbug.com/560446 |