Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1525)

Unified Diff: content/public/common/content_features.cc

Issue 1409323011: Add Token Binding to about:flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@https-new
Patch Set: fix nits Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/common/content_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698