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

Unified Diff: chrome/browser/chromeos/login/mock_authenticator.cc

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/mock_authenticator.cc
diff --git a/chrome/browser/chromeos/login/mock_authenticator.cc b/chrome/browser/chromeos/login/mock_authenticator.cc
index 696db2c34484e73d67ea7bbdebb5ed8b1c8692e7..4fa4ee4a9bbedfe9d31d55f31edf152b36b728e8 100644
--- a/chrome/browser/chromeos/login/mock_authenticator.cc
+++ b/chrome/browser/chromeos/login/mock_authenticator.cc
@@ -62,7 +62,7 @@ void MockAuthenticator::LoginAsPublicAccount(const std::string& username) {
}
void MockAuthenticator::LoginAsKioskAccount(
- const std::string& app_user_id) {
+ const std::string& app_user_id, bool force_ephemeral) {
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.
consumer_->OnLoginSuccess(UserContext(expected_username_,
std::string(),
std::string(),

Powered by Google App Engine
This is Rietveld 408576698