| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 6d1fa045f4515813cc2e9f3d325cd50159d21daf..0dc395ce4b5ce8217795a0fda0a230bc9adaee94 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2295,7 +2295,9 @@ const FeatureEntry kFeatureEntries[] = {
|
| {"enable-encryption-migration",
|
| flag_descriptions::kEnableEncryptionMigrationName,
|
| flag_descriptions::kEnableEncryptionMigrationDescription, kOsCrOS,
|
| - SINGLE_VALUE_TYPE(chromeos::switches::kEnableEncryptionMigration)},
|
| + ENABLE_DISABLE_VALUE_TYPE(
|
| + chromeos::switches::kEnableEncryptionMigration,
|
| + chromeos::switches::kDisableEncryptionMigration)},
|
| #endif // OS_CHROMEOS
|
| #if !defined(OS_ANDROID) && !defined(OS_IOS) && defined(GOOGLE_CHROME_BUILD)
|
| {"enable-google-branded-context-menu",
|
|
|