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

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 c505095df2ec21953ad85957f10c7a1b6dc34ad8..213c2e7777bac7f2c6f938742504ee1d81d6739f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2236,9 +2236,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