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

Unified Diff: chrome/common/chrome_switches.h

Issue 220009: Provides a certificate for SSL client authentication on NSS sockets.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 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.h
===================================================================
--- chrome/common/chrome_switches.h (revisiĆ³n: 28534)
+++ chrome/common/chrome_switches.h (copia de trabajo)
@@ -93,6 +93,10 @@
extern const wchar_t kDnsLogDetails[];
extern const wchar_t kDnsPrefetchDisable[];
+#if defined(OS_LINUX)
+extern const wchar_t kAutoSSLClientAuth[];
+#endif
+
extern const wchar_t kDisableDevTools[];
extern const wchar_t kAlwaysEnableDevTools[];
extern const wchar_t kEnableExtensionTimelineApi[];

Powered by Google App Engine
This is Rietveld 408576698