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

Unified Diff: chrome/browser/chromeos/login/login_performer.h

Issue 156493004: Add the ability to show a demo app on OOBE if a machine is derelict. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/chromeos/login/login_performer.h
diff --git a/chrome/browser/chromeos/login/login_performer.h b/chrome/browser/chromeos/login/login_performer.h
index d4ec7d8639abbe51cd0a352f37eba1bbec05ef9d..de6b4485efcbac7f136a733910cb9236626b82f1 100644
--- a/chrome/browser/chromeos/login/login_performer.h
+++ b/chrome/browser/chromeos/login/login_performer.h
@@ -82,7 +82,8 @@ class LoginPerformer : public LoginStatusConsumer,
void LoginAsPublicAccount(const std::string& username);
// Performs a login into the kiosk mode account with |app_user_id|.
- void LoginAsKioskAccount(const std::string& app_user_id);
+ void LoginAsKioskAccount(const std::string& app_user_id,
+ bool force_ephemeral);
bartfab (slow) 2014/02/13 19:51:53 Nit: As before, I see no reason to call this argum
rkc 2014/02/13 23:22:01 Explained on the other comment.
// Migrates cryptohome using |old_password| specified.
void RecoverEncryptedData(const std::string& old_password);

Powered by Google App Engine
This is Rietveld 408576698