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

Unified Diff: chrome/browser/about_flags.cc

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: axe more android stuff 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8b843be4b3f7e33115049163959fa27f8180fc78..c97bd86a6f0053083ae462881fcdf58f9248a134 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2074,9 +2074,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,
@@ -2148,9 +2145,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)},
@@ -2546,10 +2540,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,

Powered by Google App Engine
This is Rietveld 408576698