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

Unified Diff: chrome/browser/chromeos/login/startup_utils.h

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/startup_utils.h
diff --git a/chrome/browser/chromeos/login/startup_utils.h b/chrome/browser/chromeos/login/startup_utils.h
index 6f9d4ef18dd36ec60b3602e875b1b988d96b3422..ad2fa3c608c0f575c888200bc62f3e183d8680e1 100644
--- a/chrome/browser/chromeos/login/startup_utils.h
+++ b/chrome/browser/chromeos/login/startup_utils.h
@@ -70,6 +70,13 @@ class StartupUtils {
// Registers OOBE preferences.
static void RegisterPrefs(PrefRegistrySimple* registry);
+
+ // Sets the flag in arc_utils to set if device is allowed to migrate the user
+ // data from ecryptfs to ext4 encryption. This is true when the device is not
+ // managed or when the DeviceEcryptfsMigrationStrategyProto device policy
+ // allows migration. Ext4 is required for ARC(N+).
+ // TODO(igorcov): Remove this after migration. crbug.com/725493
+ static void SetExt4MigrationForArcAllowed();
hidehiko 2017/05/25 12:41:55 Which thread this can be called? Only UI thread? P
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698