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

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

Issue 5108001: [Chrome OS] Fix data migration on PW change in parallel auth pathway (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | chrome/browser/chromeos/login/parallel_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/cryptohome_op.cc
diff --git a/chrome/browser/chromeos/login/cryptohome_op.cc b/chrome/browser/chromeos/login/cryptohome_op.cc
index c04c6fed6eac9c1b4978ce82933142843077f854..b73da68140fc5c61ac97251b49817f3046663622 100644
--- a/chrome/browser/chromeos/login/cryptohome_op.cc
+++ b/chrome/browser/chromeos/login/cryptohome_op.cc
@@ -82,6 +82,7 @@ class MountGuestAttempt : public CryptohomeOp {
class MigrateAttempt : public CryptohomeOp {
public:
+ // TODO(cmasone): get rid of passing_old_hash arg, as it's always true.
MigrateAttempt(AuthAttemptState* current_attempt,
AuthAttemptStateResolver* callback,
bool passing_old_hash,
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/parallel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698