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

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

Issue 205713002: Add a basic demo mode browser test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license Created 6 years, 9 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/authenticator.h
diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h
index 079fb61e09ce76ee2b36b2a9650cbdce14000564..b1d38df31d932a56902a75436764af18cf2ec422 100644
--- a/chrome/browser/chromeos/login/authenticator.h
+++ b/chrome/browser/chromeos/login/authenticator.h
@@ -58,9 +58,10 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
// Initiates login into kiosk mode account identified by |app_user_id|.
// The |app_user_id| is a generated username for the account.
- // |force_ephemeral| specifies whether to force the session to be ephemeral.
- virtual void LoginAsKioskAccount(
- const std::string& app_user_id, bool force_ephemeral) = 0;
+ // |use_guest_mount| specifies whether to force the session to use a
+ // guest mount. If this is false, we use mount a public cryptohome.
+ virtual void LoginAsKioskAccount(const std::string& app_user_id,
+ bool use_guest_mount) = 0;
// Completes retail mode login.
virtual void OnRetailModeLoginSuccess() = 0;
« no previous file with comments | « chrome/browser/chromeos/login/app_launch_controller.cc ('k') | chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698