Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 1018075e5e6d9f6346bcd655f79653f1616e3ca8..455715e030ed9a459c34e816b560c7be7b6f1db1 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -200,7 +200,10 @@ const FeatureEntry::Choice kMarkNonSecureAsChoices[] = { |
security_state::switches::kMarkNonSecureAsNeutral}, |
{IDS_MARK_NON_SECURE_AS_NON_SECURE, |
security_state::switches::kMarkNonSecureAs, |
- security_state::switches::kMarkNonSecureAsNonSecure}}; |
+ security_state::switches::kMarkNonSecureAsNonSecure}, |
+ {IDS_MARK_NON_SECURE_WITH_PASSWORDS_OR_CC_AS_NON_SECURE, |
+ security_state::switches::kMarkNonSecureAs, |
+ security_state::switches::kMarkNonSecureWithPasswordsOrCcAsNonSecure}}; |
const FeatureEntry::Choice kDataReductionProxyLoFiChoices[] = { |
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" }, |