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

Unified Diff: chrome/browser/automation/automation_provider.cc

Issue 8436002: [cros] Remove Views implementation for login/OOBE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 1 month 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/automation/automation_provider_observers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.cc
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 6e99edf3cbe14bb92947dd3cef39a1c840f88f01..ba762bd37c2a8522e80ef888353a3d5a0db0f8c9 100644
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -171,7 +171,7 @@ bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
#if defined(OS_CHROMEOS)
// Wait for webui login to be ready.
// Observer will delete itself.
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kWebUILogin) &&
+ if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kLoginManager) &&
!chromeos::UserManager::Get()->user_is_logged_in()) {
login_webui_ready_ = false;
new LoginWebuiReadyObserver(this);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/automation/automation_provider_observers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698