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

Unified Diff: chrome/browser/about_flags.cc

Issue 2337103002: Add a new flag for HTTP-bad Phase 1 development work (Closed)
Patch Set: git cl format Created 4 years, 3 months 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 1018075e5e6d9f6346bcd655f79653f1616e3ca8..f7b06993d6d18be2789c4a516162cc16d7d4d74d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -200,7 +200,10 @@ const FeatureEntry::Choice kMarkNonSecureAsChoices[] = {
security_state::switches::kMarkNonSecureAsNeutral},
{IDS_MARK_NON_SECURE_AS_NON_SECURE,
security_state::switches::kMarkNonSecureAs,
- security_state::switches::kMarkNonSecureAsNonSecure}};
+ security_state::switches::kMarkNonSecureAsNonSecure},
+ {IDS_MARK_NON_SECURE_AS_NON_SECURE_WITH_PASSWORDS,
elawrence 2016/09/13 17:56:31 Grammatically, IDS_MARK_NON_SECURE_AS_NON_SECURE_W
felt 2016/09/13 18:39:51 Was just for consistency's sake, no strong prefere
+ security_state::switches::kMarkNonSecureAs,
+ security_state::switches::kMarkNonSecureWhenPasswordOrCc}};
const FeatureEntry::Choice kDataReductionProxyLoFiChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },

Powered by Google App Engine
This is Rietveld 408576698