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

Unified Diff: chromeos/login/auth/login_performer.cc

Issue 2779933002: Add a screen to migrate filesystem encryption from eCryptfs to ext4 crypto. (Closed)
Patch Set: Address review comments. Created 3 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
« no previous file with comments | « chromeos/login/auth/login_performer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/login_performer.cc
diff --git a/chromeos/login/auth/login_performer.cc b/chromeos/login/auth/login_performer.cc
index 11c96b9b1a90aa594247e645210126338cacd0af..6fa6aea3517f2e51e5cd76231a1f859b760ed89d 100644
--- a/chromeos/login/auth/login_performer.cc
+++ b/chromeos/login/auth/login_performer.cc
@@ -107,6 +107,15 @@ void LoginPerformer::OnPasswordChangeDetected() {
}
}
+void LoginPerformer::OnOldEncryptionDetected() {
+ DCHECK(task_runner_->RunsTasksOnCurrentThread());
+
+ if (delegate_)
+ delegate_->OnOldEncryptionDetected();
+ else
+ NOTREACHED();
+}
+
////////////////////////////////////////////////////////////////////////////////
// LoginPerformer, public:
« no previous file with comments | « chromeos/login/auth/login_performer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698