| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 8690100f68857108a97239a02e99d06219c99e0e..3fb244a6fd771df9719cbf3d022054ffc800d3fc 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -741,12 +741,6 @@ const char kEnableWebViewSynchronousAPIs[] = "enable-webview-synchronous-apis";
|
| const char kChildCleanExit[] = "child-clean-exit";
|
| #endif
|
|
|
| -#if defined(OS_MACOSX) || defined(OS_WIN)
|
| -// Use the system SSL library (Secure Transport on Mac, SChannel on Windows)
|
| -// instead of NSS for SSL.
|
| -const char kUseSystemSSL[] = "use-system-ssl";
|
| -#endif
|
| -
|
| #if defined(OS_MACOSX) && !defined(OS_IOS)
|
| const char kDisableCarbonInterposing[] = "disable-carbon-interposing";
|
| #endif
|
|
|