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

Unified Diff: chromeos/login/auth/auth_status_consumer.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/auth_status_consumer.h ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/auth_status_consumer.cc
diff --git a/chromeos/login/auth/auth_status_consumer.cc b/chromeos/login/auth/auth_status_consumer.cc
index a7463eb020fe40ddb1e493a868548b352d9b02bf..53a71087ccd496b3a12bdf7b9ea92f8982247d19 100644
--- a/chromeos/login/auth/auth_status_consumer.cc
+++ b/chromeos/login/auth/auth_status_consumer.cc
@@ -10,4 +10,8 @@ void AuthStatusConsumer::OnPasswordChangeDetected() {
NOTREACHED();
}
+void AuthStatusConsumer::OnOldEncryptionDetected() {
+ NOTREACHED();
+}
+
} // namespace chromeos
« no previous file with comments | « chromeos/login/auth/auth_status_consumer.h ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698