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

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: More fixes from sleevi plus a rebase on ToT 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 d78ab487337a2517878ed6d49943d4eaaa2def5b..84b1d31ba64a4feb1a24876a5c75d1fcb9f83ffc 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -402,6 +402,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