| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index cbfee5c777381e83a912a5a8ce7dffd66c8d20be..53183c2a549acee5f7ec50d6c63eb5c539f9066a 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -597,25 +597,6 @@ const FeatureEntry::Choice kSSLVersionMaxChoices[] = {
|
| {IDS_FLAGS_SSL_VERSION_MAX_TLS13, switches::kSSLVersionMax, "tls1.3"},
|
| };
|
|
|
| -const FeatureEntry::Choice kSecurityChipChoices[] = {
|
| - {IDS_FLAGS_SECURITY_CHIP_DEFAULT, "", ""},
|
| - {IDS_FLAGS_SECURITY_CHIP_SHOW_NONSECURE_ONLY, switches::kSecurityChip,
|
| - switches::kSecurityChipShowNonSecureOnly},
|
| - {IDS_FLAGS_SECURITY_CHIP_SHOW_ALL, switches::kSecurityChip,
|
| - switches::kSecurityChipShowAll},
|
| -};
|
| -
|
| -const FeatureEntry::Choice kSecurityChipAnimationChoices[] = {
|
| - {IDS_FLAGS_SECURITY_CHIP_ANIMATION_DEFAULT, "", ""},
|
| - {IDS_FLAGS_SECURITY_CHIP_ANIMATION_NONE, switches::kSecurityChipAnimation,
|
| - switches::kSecurityChipAnimationNone},
|
| - {IDS_FLAGS_SECURITY_CHIP_ANIMATION_NONSECURE_ONLY,
|
| - switches::kSecurityChipAnimation,
|
| - switches::kSecurityChipAnimationNonSecureOnly},
|
| - {IDS_FLAGS_SECURITY_CHIP_ANIMATION_ALL, switches::kSecurityChipAnimation,
|
| - switches::kSecurityChipAnimationAll},
|
| -};
|
| -
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
| const FeatureEntry::Choice kDisableWebRtcHWEncodingChoices[] = {
|
| {IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", ""},
|
| @@ -2065,12 +2046,6 @@ const FeatureEntry kFeatureEntries[] = {
|
| IDS_FLAGS_EXPENSIVE_BACKGROUND_TIMER_THROTTLING_NAME,
|
| IDS_FLAGS_EXPENSIVE_BACKGROUND_TIMER_THROTTLING_DESCRIPTION, kOsAll,
|
| FEATURE_VALUE_TYPE(features::kExpensiveBackgroundTimerThrottling)},
|
| - {"security-chip", IDS_FLAGS_SECURITY_CHIP_NAME,
|
| - IDS_FLAGS_SECURITY_CHIP_DESCRIPTION, kOsDesktop,
|
| - MULTI_VALUE_TYPE(kSecurityChipChoices)},
|
| - {"security-chip-animation", IDS_FLAGS_SECURITY_CHIP_ANIMATION_NAME,
|
| - IDS_FLAGS_SECURITY_CHIP_ANIMATION_DESCRIPTION, kOsDesktop,
|
| - MULTI_VALUE_TYPE(kSecurityChipAnimationChoices)},
|
| #if defined(OS_CHROMEOS)
|
| {"enumerate-audio-devices", IDS_FLAGS_ENABLE_ENUMERATING_AUDIO_DEVICES_NAME,
|
| IDS_FLAGS_ENABLE_ENUMERATING_AUDIO_DEVICES_DESCRIPTION, kOsCrOS,
|
|
|