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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc

Issue 14200033: [cros] Rename BaseLoginDisplayHost to LoginDisplayHostImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 8 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 | « no previous file | chrome/browser/chromeos/extensions/file_manager/file_manager_event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
index f45dc0d25e5e1fc4403baeb24263de820d158263..d0ec3fcf875c7229e4af84b18dca9c419e560240 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
@@ -11,7 +11,7 @@
#include "chrome/browser/chromeos/app_mode/startup_app_launcher.h"
#include "chrome/browser/chromeos/cros/cert_library.h"
#include "chrome/browser/chromeos/cros/cros_library.h"
-#include "chrome/browser/chromeos/login/base_login_display_host.h"
+#include "chrome/browser/chromeos/login/login_display_host_impl.h"
#include "chrome/browser/chromeos/login/login_utils.h"
#include "chrome/browser/chromeos/login/user_manager.h"
#include "chrome/browser/lifetime/application_lifetime.h"
@@ -231,8 +231,8 @@ void KioskAppLauncher::OnProfilePrepared(Profile* profile) {
// StartupAppLauncher deletes itself when done.
(new chromeos::StartupAppLauncher(profile, app_id_))->Start();
- if (BaseLoginDisplayHost::default_host())
- BaseLoginDisplayHost::default_host()->OnSessionStart();
+ if (LoginDisplayHostImpl::default_host())
+ LoginDisplayHostImpl::default_host()->OnSessionStart();
UserManager::Get()->SessionStarted();
ReportLaunchResult(KioskAppLaunchError::NONE);
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/file_manager_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698