Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 2bc95f6c3ec802f49dabe17537878ee69a0e9f74..f3ef09e21719e891335424b0d88caa99f9ceb356 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2124,6 +2124,10 @@ const FeatureEntry kFeatureEntries[] = { |
{"enable-native-cups", flag_descriptions::kEnableNativeCupsName, |
flag_descriptions::kEnableNativeCupsDescription, kOsCrOS, |
SINGLE_VALUE_TYPE(switches::kEnableNativeCups)}, |
+ {"enable-encryption-migration", |
+ flag_descriptions::kEnableEncryptionMigrationName, |
+ flag_descriptions::kEnableEncryptionMigrationDescription, kOsCrOS, |
+ SINGLE_VALUE_TYPE(chromeos::switches::kEnableEncryptionMigration)}, |
#endif // OS_CHROMEOS |
#if !defined(OS_ANDROID) && !defined(OS_IOS) && defined(GOOGLE_CHROME_BUILD) |
{"enable-google-branded-context-menu", |