Index: chrome/browser/chromeos/login/login_manager_view.cc |
diff --git a/chrome/browser/chromeos/login/login_manager_view.cc b/chrome/browser/chromeos/login/login_manager_view.cc |
index 82c18162960e380b7941206b0f6c058468e2b210..63d1c66a39abb61108c152d3c55acf5b1814a767 100644 |
--- a/chrome/browser/chromeos/login/login_manager_view.cc |
+++ b/chrome/browser/chromeos/login/login_manager_view.cc |
@@ -321,13 +321,6 @@ void LoginManagerView::SetupSession(const std::string& username) { |
if (observer_) { |
observer_->OnExit(chromeos::ScreenObserver::LOGIN_SIGN_IN_SELECTED); |
} |
- if (username.find("@google.com") != std::string::npos) { |
- // This isn't thread-safe. However, the login window is specifically |
- // supposed to be run in a blocking fashion, before any other threads are |
- // created by the initial browser process. |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- switches::kAutoSSLClientAuth); |
- } |
if (chromeos::LoginLibrary::EnsureLoaded()) |
chromeos::LoginLibrary::Get()->StartSession(username, ""); |
} |