Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 62ceb69312075a4f361b51de3afbf6535067a6e7..48664828ce3b4fa7c9878c3b49ee45de308a0685 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2107,9 +2107,6 @@ const FeatureEntry kFeatureEntries[] = { |
{"enable-md-feedback", flag_descriptions::kEnableMaterialDesignFeedbackName, |
flag_descriptions::kEnableMaterialDesignFeedbackDescription, kOsDesktop, |
SINGLE_VALUE_TYPE(switches::kEnableMaterialDesignFeedback)}, |
- {"enable-md-history", flag_descriptions::kEnableMaterialDesignHistoryName, |
- flag_descriptions::kEnableMaterialDesignHistoryDescription, kOsDesktop, |
- FEATURE_VALUE_TYPE(features::kMaterialDesignHistory)}, |
{"enable-md-incognito-ntp", |
flag_descriptions::kMaterialDesignIncognitoNTPName, |
flag_descriptions::kMaterialDesignIncognitoNTPDescription, kOsDesktop, |
@@ -2184,9 +2181,6 @@ const FeatureEntry kFeatureEntries[] = { |
flag_descriptions::kEnableWebfontsInterventionTriggerName, |
flag_descriptions::kEnableWebfontsInterventionTriggerDescription, kOsAll, |
SINGLE_VALUE_TYPE(switches::kEnableWebFontsInterventionTrigger)}, |
- {"enable-grouped-history", flag_descriptions::kEnableGroupedHistoryName, |
- flag_descriptions::kEnableGroupedHistoryDescription, kOsDesktop, |
- SINGLE_VALUE_TYPE(switches::kHistoryEnableGroupByDomain)}, |
{"ssl-version-max", flag_descriptions::kSslVersionMaxName, |
flag_descriptions::kSslVersionMaxDescription, kOsAll, |
MULTI_VALUE_TYPE(kSSLVersionMaxChoices)}, |
@@ -2581,10 +2575,6 @@ const FeatureEntry kFeatureEntries[] = { |
// Must be AutofillCreditCardDropdownVariations to prevent DCHECK crash |
// when the flag is manually enabled in a local build. |
"AutofillCreditCardDropdownVariations")}, |
- {"native-android-history-manager", |
- flag_descriptions::kNativeAndroidHistoryManager, |
- flag_descriptions::kNativeAndroidHistoryManagerDescription, kOsAndroid, |
- FEATURE_VALUE_TYPE(features::kNativeAndroidHistoryManager)}, |
#endif // OS_ANDROID |
{"enable-autofill-credit-card-last-used-date-display", |
flag_descriptions::kEnableAutofillCreditCardLastUsedDateDisplay, |