| Index: components/security_state/security_state_model.cc
|
| diff --git a/components/security_state/security_state_model.cc b/components/security_state/security_state_model.cc
|
| index ad131d00972caede6e55f6bb28163f26b7f84898..7ed1a53347d4e314bed110ed5b8ee1f46bd8e92a 100644
|
| --- a/components/security_state/security_state_model.cc
|
| +++ b/components/security_state/security_state_model.cc
|
| @@ -43,7 +43,9 @@ bool GetSecurityLevelAndHistogramValueForNonSecureFieldTrial(
|
| }
|
|
|
| if (switch_or_field_trial_group ==
|
| - switches::kMarkHttpWithPasswordsOrCcWithChip) {
|
| + switches::kMarkHttpWithPasswordsOrCcWithChip ||
|
| + switch_or_field_trial_group ==
|
| + switches::kMarkHttpWithPasswordsOrCcWithChipAndFormWarning) {
|
| if (displayed_sensitive_input_on_http) {
|
| *level = SecurityStateModel::HTTP_SHOW_WARNING;
|
| } else {
|
|
|