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

Unified Diff: chrome/browser/about_flags.cc

Issue 2355513002: Remove ability to switch to pre-MD UI from about:flags. (Closed)
Patch Set: Created 4 years, 3 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 4e72faa327d78805c756a4892e48f63d40b03ca2..d0eec9a9b451cc4dd652bced78f757b3ca10305c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -362,9 +362,6 @@ const FeatureEntry::Choice kExtensionContentVerificationChoices[] = {
const FeatureEntry::Choice kTopChromeMaterialDesignChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
- { IDS_FLAGS_TOP_CHROME_MD_NON_MATERIAL,
- switches::kTopChromeMD,
- switches::kTopChromeMDNonMaterial },
{ IDS_FLAGS_TOP_CHROME_MD_MATERIAL,
switches::kTopChromeMD,
switches::kTopChromeMDMaterial },

Powered by Google App Engine
This is Rietveld 408576698