| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index e9cf25a4fb57de612fabe35c3592b72bbfa587c2..4cc39f9134620cb5f42e17028f643629f7aa47a3 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -205,7 +205,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, "", "" },
|
|
|