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

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

Issue 318853004: Introduce SessionManager that will contain code to start user session on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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
Index: chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc b/chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc
index 0b4d80de9a4cda2e47fa06e39a72c72b1131fe39..911757df2abcc9e841bd7c56c5b5910ad88859ca 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc
@@ -160,7 +160,6 @@ void KioskProfileLoader::OnLoginSuccess(const UserContext& user_context) {
if (context.GetUserID() == UserManager::kGuestUserName)
context.SetUserID(DemoAppLauncher::kDemoUserName);
LoginUtils::Get()->PrepareProfile(context,
- std::string(), // display email
Denis Kuznetsov (DE-MUC) 2014/06/11 15:38:50 nit: align comments?
Nikita (slow) 2014/06/11 16:44:02 they are aligned, since display email is now remov
false, // has_cookies
false, // has_active_session
this);

Powered by Google App Engine
This is Rietveld 408576698