Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index dd8a2e27bb8ec63fa83f773cc4cfc866f07e4d9f..4a6d7dc55879ff71eca68f576537c936f7254d6c 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -235,6 +235,15 @@ const FeatureEntry::Choice kPassiveListenersChoices[] = { |
const FeatureEntry::Choice kMarkHttpAsChoices[] = { |
{flags_ui::kGenericExperimentChoiceDefault, "", ""}, |
+ {flag_descriptions::kMarkHttpAsNonSecureWhileEditing, |
+ security_state::switches::kMarkHttpAs, |
+ security_state::switches::kMarkHttpAsNonSecureWhileEditing}, |
+ {flag_descriptions::kMarkHttpAsNonSecureWhileIncognito, |
+ security_state::switches::kMarkHttpAs, |
+ security_state::switches::kMarkHttpAsNonSecureWhileIncognito}, |
+ {flag_descriptions::kMarkHttpAsNonSecureWhileIncognitoOrEditing, |
+ security_state::switches::kMarkHttpAs, |
+ security_state::switches::kMarkHttpAsNonSecureWhileIncognitoOrEditing}, |
{flag_descriptions::kMarkHttpAsDangerous, |
security_state::switches::kMarkHttpAs, |
security_state::switches::kMarkHttpAsDangerous}}; |