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

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

Issue 14581006: [cros mp] Load profiles from /home/chronos/u-[$hash], add GetUserIdHashFromProfile() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: networking_private_api - use user_id_hash only if --multi-profiles switch is passed Created 7 years, 7 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_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 d49123fea6a61ff54b6699dcd8f0a51aff1eaa27..42233546cbfdf487d2fdf3ea80950d365563287b 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
@@ -113,7 +113,7 @@ class KioskAppLauncher::ProfileLoader : public LoginUtils::Delegate {
}
void Start() {
- // TODO(nkostylev): Pass real username_hash here.
+ // TODO(nkostylev): Pass real username_hash here. crbug.com/238985
LoginUtils::Get()->PrepareProfile(
UserContext(GetAppUserNameFromAppId(launcher_->app_id_),
std::string(), // password

Powered by Google App Engine
This is Rietveld 408576698