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

Unified Diff: chrome/browser/flag_descriptions.cc

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.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 01081dfa3c51b068687e20163c994d3edb4367d1..f2f76b8e7d4398eacc3e1c87476266019c360b32 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2913,6 +2913,13 @@ const char kEnableEhvInputDescription[] =
"Enable access to emoji, handwriting and voice input form opt-in IME "
"menu.";
+const char kEnableEncryptionMigrationName[] =
+ "Enable encryption migration of user data";
+
+const char kEnableEncryptionMigrationDescription[] =
+ "If enabled and the device supports ARC, the user will be asked to update "
+ "the encryption of user data when the user signs in.";
+
#endif // #if defined(OS_CHROMEOS)
} // namespace flag_descriptions
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/resources/chromeos/login/screen_encryption_migration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698