diff options
Diffstat (limited to 'chromium/ui/views/views_features.h')
-rw-r--r-- | chromium/ui/views/views_features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/ui/views/views_features.h b/chromium/ui/views/views_features.h index e4340bbb13a..f0f77154191 100644 --- a/chromium/ui/views/views_features.h +++ b/chromium/ui/views/views_features.h @@ -18,6 +18,7 @@ VIEWS_EXPORT extern const base::Feature kEnableMDRoundedCornersOnDialogs; VIEWS_EXPORT extern const base::Feature kEnablePlatformHighContrastInkDrop; VIEWS_EXPORT extern const base::Feature kEnableViewPaintOptimization; VIEWS_EXPORT extern const base::Feature kTextfieldFocusOnTapUp; +VIEWS_EXPORT extern const base::Feature kEnableNewBadgeOnMenuItems; } // namespace features } // namespace views |