| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3b538b33aadf491ba30d6f807763a78d797a1729..ac8ee7b5b8ff06c487d9096e48eb2fa412af9a7c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -795,16 +795,6 @@ const char kChromeosFrame[] = "chromeos-frame";
|
| 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
|
| -// certificate automatically.
|
| -// WARNING: This switch has privacy issues because it reveals the user's
|
| -// identity to any server that requests a client certificate without the
|
| -// user's consent.
|
| -const char kAutoSSLClientAuth[] = "auto-ssl-client-auth";
|
| -#endif
|
| -
|
| #if defined(OS_POSIX)
|
| // Bypass the error dialog when the profile lock couldn't be attained.
|
| // A flag, generated internally by Chrome for renderer and other helper process
|
|
|