Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 0cb7d73af58bb61586361856349ffca32d94bd35..58df2e3b86ce3c9356698cca7b97f961ef41cab8 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2144,6 +2144,9 @@ const FeatureEntry kFeatureEntries[] = { |
IDS_FLAGS_ENABLE_GROUPED_HISTORY_DESCRIPTION, |
kOsDesktop, |
SINGLE_VALUE_TYPE(switches::kHistoryEnableGroupByDomain)}, |
+ {"enable-token-binding", IDS_FLAGS_ENABLE_TOKEN_BINDING_NAME, |
+ IDS_FLAGS_ENABLE_TOKEN_BINDING_DESCRIPTION, kOsAll, |
cbentzel
2016/01/29 13:59:56
Nit: Can you do one of these per line?
nharper
2016/02/01 19:28:53
Done.
|
+ FEATURE_VALUE_TYPE(features::kTokenBinding)}, |
// NOTE: Adding new command-line switches requires adding corresponding |
// entries to enum "LoginCustomFlags" in histograms.xml. See note in |
// histograms.xml and don't forget to run AboutFlagsHistogramTest unit test. |