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

Unified Diff: content/public/common/content_switches.h

Issue 11876044: Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 7 years, 11 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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 1eb2496d0c8a41b9904a83878c3ee88a59cd86fe..362b6d19d54428b87cfce6071949804c6033341c 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -233,10 +233,6 @@ extern const char kEnableWebViewSynchronousAPIs[];
extern const char kChildCleanExit[];
#endif
-#if defined(OS_MACOSX) || defined(OS_WIN)
-extern const char kUseSystemSSL[];
-#endif
-
#if defined(OS_MACOSX) && !defined(OS_IOS)
extern const char kDisableCarbonInterposing[];
#endif

Powered by Google App Engine
This is Rietveld 408576698