Skip to content

Commit

Permalink
Rename #uifood to #upcoming-ui-features
Browse files Browse the repository at this point in the history
BUG=

Change-Id: I8db2a8c03430a8289a9d9f81d1170564cccc2df8
Reviewed-on: https://chromium-review.googlesource.com/1086213
Commit-Queue: Robert Liao <robliao@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#564329}
  • Loading branch information
Robert Liao authored and Commit Bot committed Jun 5, 2018
1 parent 7cffc83 commit 3ecf97c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3877,7 +3877,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(media::kAutoplayIgnoreWebAudio)},

#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
{"uifood", flag_descriptions::kExperimentalUiName,
{"upcoming-ui-features", flag_descriptions::kExperimentalUiName,
flag_descriptions::kExperimentalUiDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kExperimentalUi)},
#endif
Expand Down
4 changes: 2 additions & 2 deletions chrome/browser/flag_descriptions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ const char kViewsCastDialogName[] = "Views Cast dialog";
const char kViewsCastDialogDescription[] =
"Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
"#views-browser-windows on Mac. This feature is activated if either this "
"flag or #uifood is enabled";
"flag or #upcoming-ui-features is enabled";

const char kHideActiveAppsFromShelfName[] =
"Hide running apps (that are not pinned) from the shelf";
Expand Down Expand Up @@ -1660,7 +1660,7 @@ const char kTopChromeMdDescription[] =
"touch) - middle point for devices with a touch screen, 3) Touchable "
"- new unified interface for touch and convertibles (Chrome OS), 4) "
"Material Design refresh and 5) Touchable Material Design refresh. "
"Enabling #uifood forces the Material Design refresh option.";
"Enabling #upcoming-ui-features forces the Material Design refresh option.";
const char kTopChromeMdMaterial[] = "Normal";
const char kTopChromeMdMaterialAuto[] = "Auto";
const char kTopChromeMdMaterialHybrid[] = "Hybrid";
Expand Down

0 comments on commit 3ecf97c

Please sign in to comment.