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

Unified Diff: chrome/browser/chromeos/login/login_manager_view.cc

Issue 661241: Linux: implement Client SSL Certificate selection UI (Closed)
Patch Set: fix views and chromeos builds hopefully Created 10 years, 10 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/gtk/certificate_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, "");
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/gtk/certificate_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698