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

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: Use base/feature_list.h API 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
« chrome/browser/about_flags.cc ('K') | « 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..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
« chrome/browser/about_flags.cc ('K') | « content/public/common/content_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698