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

Unified Diff: chrome/browser/ui/startup/bad_flags_prompt.cc

Issue 2753123002: Add --ignore-certificate-errors-spki-list switch and UMA histogram. (Closed)
Patch Set: Move test for --user-data-dir into unittest; add bad flags prompt. Created 3 years, 7 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/ui/startup/bad_flags_prompt.cc
diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc
index 52eca334d8b96ac663fc7e0fefd47ec98e4a4a3f..a9fc3d61b906f3d1db6db31ab690f360cc2b1fc0 100644
--- a/chrome/browser/ui/startup/bad_flags_prompt.cc
+++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
@@ -61,6 +61,7 @@ void ShowBadFlagsPrompt(Browser* browser) {
switches::kDisableWebRtcEncryption,
#endif
switches::kIgnoreCertificateErrors,
+ switches::kIgnoreCertificateErrorsSPKIList,
switches::kReduceSecurityForTesting,
invalidation::switches::kSyncAllowInsecureXmppConnection,

Powered by Google App Engine
This is Rietveld 408576698