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

Unified Diff: chrome/browser/chromeos/login/parallel_authenticator.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/parallel_authenticator.h
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.h b/chrome/browser/chromeos/login/parallel_authenticator.h
index 05e887e41923bd05f034ffbf64d65300d57c9e7a..8ea765a59372a76e1ef6a656d20e3f4ffb95c599 100644
--- a/chrome/browser/chromeos/login/parallel_authenticator.h
+++ b/chrome/browser/chromeos/login/parallel_authenticator.h
@@ -134,7 +134,8 @@ class ParallelAuthenticator : public Authenticator,
// Initiates login into the kiosk mode account identified by |app_user_id|.
// Mounts an public but non-ephemeral cryptohome and notifies consumer on the
bartfab (slow) 2014/02/13 19:51:53 This comment is no longer accurate. There is an ar
rkc 2014/02/13 23:22:01 Fixed the comment and added details about the forc
// success/failure.
- virtual void LoginAsKioskAccount(const std::string& app_user_id) OVERRIDE;
+ virtual void LoginAsKioskAccount(
+ const std::string& app_user_id, bool force_ephemeral) OVERRIDE;
bartfab (slow) 2014/02/13 19:51:53 This violates the style guide. Either the entire d
rkc 2014/02/13 23:22:01 Done.
// These methods must be called on the UI thread, as they make DBus calls
// and also call back to the login UI.

Powered by Google App Engine
This is Rietveld 408576698