| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index c8ec9f74122f5c5511d9b742f60411b9f42df884..75ddccc04a534affd0fc33c5c79dbfe1c6b02180 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -206,7 +206,11 @@ const FeatureEntry::Choice kMarkHttpAsChoices[] = {
|
| security_state::switches::kMarkHttpAsDangerous},
|
| {IDS_MARK_HTTP_WITH_PASSWORDS_OR_CC_WITH_CHIP,
|
| security_state::switches::kMarkHttpAs,
|
| - security_state::switches::kMarkHttpWithPasswordsOrCcWithChip}};
|
| + security_state::switches::kMarkHttpWithPasswordsOrCcWithChip},
|
| + {IDS_MARK_HTTP_WITH_PASSWORDS_OR_CC_WITH_CHIP_AND_FORM_WARNING,
|
| + security_state::switches::kMarkHttpAs,
|
| + security_state::switches::
|
| + kMarkHttpWithPasswordsOrCcWithChipAndFormWarning}};
|
|
|
| const FeatureEntry::Choice kDataReductionProxyLoFiChoices[] = {
|
| { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
|
|
|