summaryrefslogtreecommitdiff
path: root/chromium/ui/views/views_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/views_features.cc')
-rw-r--r--chromium/ui/views/views_features.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/ui/views/views_features.cc b/chromium/ui/views/views_features.cc
index 13bf1c9f0e2..b3702c04028 100644
--- a/chromium/ui/views/views_features.cc
+++ b/chromium/ui/views/views_features.cc
@@ -34,5 +34,10 @@ const base::Feature kEnableViewPaintOptimization{
const base::Feature kTextfieldFocusOnTapUp{"TextfieldFocusOnTapUp",
base::FEATURE_DISABLED_BY_DEFAULT};
+// Allows a "New" badge to be displayed on menu items that provide access to new
+// features.
+const base::Feature kEnableNewBadgeOnMenuItems{
+ "EnableNewBadgeOnMenuItems", base::FEATURE_DISABLED_BY_DEFAULT};
+
} // namespace features
} // namespace views