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

Unified Diff: chrome/common/pref_names.h

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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 72ef8b62e415a2140dd1b7c0f82abdb0f65aecda..fb22d9687644ac15bee0a7835a94e1698e2832e5 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -400,6 +400,8 @@ extern const char kSSLVersionMax[];
extern const char kCipherSuiteBlacklist[];
extern const char kDisableSSLRecordSplitting[];
+extern const char kSSLBlockingBypassed[];
+
extern const char kGLVendorString[];
extern const char kGLRendererString[];
extern const char kGLVersionString[];

Powered by Google App Engine
This is Rietveld 408576698