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

Unified Diff: chrome/browser/chromeos/login/auth/parallel_authenticator.cc

Issue 374913002: Use MountGuestAndGetHash() instead of MountGuest() for retail mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove log Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/auth/parallel_authenticator.cc
diff --git a/chrome/browser/chromeos/login/auth/parallel_authenticator.cc b/chrome/browser/chromeos/login/auth/parallel_authenticator.cc
index fd3ed692ddd8444d96749ccb3ad11bfd37ced55d..2bfcecf36c40133b69a00c69fc6385f988904c23 100644
--- a/chrome/browser/chromeos/login/auth/parallel_authenticator.cc
+++ b/chrome/browser/chromeos/login/auth/parallel_authenticator.cc
@@ -329,8 +329,8 @@ void ParallelAuthenticator::LoginRetailMode() {
false)); // user_is_new
remove_user_data_on_failure_ = false;
ephemeral_mount_attempted_ = true;
- MountGuest(current_state_.get(),
- scoped_refptr<ParallelAuthenticator>(this));
+ MountGuestAndGetHash(current_state_.get(),
+ scoped_refptr<ParallelAuthenticator>(this));
}
void ParallelAuthenticator::LoginOffTheRecord() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698