Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: chrome/browser/about_flags.cc

Issue 2472943004: HTTP Bad: Add a switch for showing both verbose state and form warning (Closed)
Patch Set: add test Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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, "", "" },

Powered by Google App Engine
This is Rietveld 408576698