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..e5a263c9378a99145f79c2ed8f000832b4f4992f 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -23,6 +23,10 @@ const base::Feature kDownloadResumption{"DownloadResumption", |
const base::Feature kExperimentalFramework{"ExperimentalFramework", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Enableds token binding (draft-ietf-tokbind-protocol-04). |
cbentzel
2016/01/29 13:59:56
Nit: typo on Enableds
You should provide a full U
nharper
2016/02/01 19:28:53
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 |