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

Unified Diff: chrome/common/chrome_switches.cc

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated with experimental groups Created 6 years, 5 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 1eae9a14307dae3909c8def97fbde51d557eb4be..4ba19fc8b51357be935f5d68601d451234e68d2b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1027,6 +1027,11 @@ const char kQuicVersion[] = "quic-version";
// See also kPlaybackMode.
const char kRecordMode[] = "record-mode";
+// Remember user proceeds through SSL interstitials for a specified amount of
+// time. In particular, remember these decisions through session restart. The
+// time delta to remember certificates should be specified in seconds.
+const char kRememberCertErrorDecisions[] = "remember-cert-error-decisions";
+
// Enables print preview in the renderer. This flag is generated internally by
// Chrome and does nothing when directly passed to the browser.
const char kRendererPrintPreview[] = "renderer-print-preview";

Powered by Google App Engine
This is Rietveld 408576698