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

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

Issue 2890843002: Policy implementation for encryptfs to ext4 migration strategy (Closed)
Patch Set: Implementation Created 3 years, 7 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/existing_user_controller.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
index c24adb98a5d5c9437de72c4abe6193d015ea3ea6..d4072d1eb2091bc14e85d809c2773e7026730ec7 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -184,6 +184,9 @@ bool ShouldForceDircrypto(const AccountId& account_id) {
chromeos::switches::kDisableEncryptionMigration)) {
return false;
}
+
+ chromeos::StartupUtils::SetExt4MigrationForArcAllowed();
+
// If the device is not officially supported to run ARC, we don't need to
// force Ext4 dircrypto.
if (!arc::IsArcAvailable())

Powered by Google App Engine
This is Rietveld 408576698