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

Unified Diff: chrome/browser/about_flags.cc

Issue 1633733004: Use browser top chrome material design by default on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | ui/base/material_design/material_design_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0cb7d73af58bb61586361856349ffca32d94bd35..b8b4d86643b5fd10c96e8521a3ba4b401924c389 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -376,13 +376,17 @@ const FeatureEntry::Choice kFillOnAccountSelectChoices[] = {
#if defined(ENABLE_TOPCHROME_MD)
const FeatureEntry::Choice kTopChromeMaterialDesignChoices[] = {
- {IDS_FLAGS_TOP_CHROME_MD_NON_MATERIAL, "", ""},
- {IDS_FLAGS_TOP_CHROME_MD_MATERIAL,
- switches::kTopChromeMD,
- switches::kTopChromeMDMaterial},
- {IDS_FLAGS_TOP_CHROME_MD_MATERIAL_HYBRID,
- switches::kTopChromeMD,
- switches::kTopChromeMDMaterialHybrid}};
+ { 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 },
+ { IDS_FLAGS_TOP_CHROME_MD_MATERIAL_HYBRID,
+ switches::kTopChromeMD,
+ switches::kTopChromeMDMaterialHybrid },
+};
#endif
#if defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | ui/base/material_design/material_design_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698