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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2798023005: Force encryption migration if the device supports ARC. (Closed)
Patch Set: Bind |auth_mode| Created 3 years, 8 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/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index cbc45e8c05ebc702cf56c45b0b528273a0ba835d..dbf898e15b3cb4c7dc770ef8d70d3767a2a0b1ad 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3160,6 +3160,13 @@ extern const char kEnableEhvInputName[];
// opt-in IME menu.
extern const char kEnableEhvInputDescription[];
+// Name of the about: flag for enabling encryption migratoin, which ensures the
+// user's cryptohome is encrypted by ext4 dircrypto instead of ecryptfs.
+extern const char kEnableEncryptionMigrationName[];
+
+// Description of the about: flag for enabling encryption migratoin.
+extern const char kEnableEncryptionMigrationDescription[];
+
#endif // #if defined(OS_CHROMEOS)
} // namespace flag_descriptions
« no previous file with comments | « chrome/browser/chromeos/login/screens/encryption_migration_screen_view.h ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698