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

Unified Diff: chrome/browser/about_flags.cc

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: . Created 3 years, 7 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 996364164609667d375572871a4ded59fe9e079f..7412287d1798bd139835039b7448c3419fbe2151 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2250,9 +2250,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kMaterialDesignIncognitoNTPName,
flag_descriptions::kMaterialDesignIncognitoNTPDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kMaterialDesignIncognitoNTP)},
- {"enable-md-settings", flag_descriptions::kEnableMaterialDesignSettingsName,
- flag_descriptions::kEnableMaterialDesignSettingsDescription, kOsDesktop,
- FEATURE_VALUE_TYPE(features::kMaterialDesignSettings)},
{"safe-search-url-reporting",
flag_descriptions::kSafeSearchUrlReportingName,
flag_descriptions::kSafeSearchUrlReportingDescription, kOsAll,

Powered by Google App Engine
This is Rietveld 408576698