| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 38473)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -631,10 +631,6 @@
|
| // Runs un-installation steps that were done by chrome first-run.
|
| const char kUninstall[] = "uninstall";
|
|
|
| -// Use NSS instead of the system SSL library for SSL.
|
| -// This is a temporary testing flag.
|
| -const char kUseNSSForSSL[] = "use-nss-for-ssl";
|
| -
|
| // Use Spdy for the transport protocol instead of HTTP.
|
| // This is a temporary testing flag.
|
| const char kUseSpdy[] = "use-spdy";
|
| @@ -730,6 +726,12 @@
|
| const char kChromeosFrame[] = "chromeos-frame";
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +// Use NSS instead of the system SSL library for SSL.
|
| +// This is a temporary testing flag.
|
| +const char kUseNSSForSSL[] = "use-nss-for-ssl";
|
| +#endif
|
| +
|
| #if defined(OS_LINUX)
|
| // A temporary switch before we implement the client certificate selection UI.
|
| // When an SSL server requests client authentication, select a client
|
|
|