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.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chromium/ui/views/views_features.cc b/chromium/ui/views/views_features.cc
index 59f766cfe65..9acbbd6f159 100644
--- a/chromium/ui/views/views_features.cc
+++ b/chromium/ui/views/views_features.cc
@@ -12,11 +12,6 @@ namespace features {
// Please keep alphabetized.
-// Allows a "New" badge to be displayed on menu items that provide access to new
-// features.
-const base::Feature kEnableNewBadgeOnMenuItems{
- "EnableNewBadgeOnMenuItems", base::FEATURE_ENABLED_BY_DEFAULT};
-
// Use a high-contrast style for ink drops when in platform high-contrast mode,
// including full opacity and a high-contrast color
const base::Feature kEnablePlatformHighContrastInkDrop{
@@ -32,10 +27,5 @@ const base::Feature kEnableViewPaintOptimization{
const base::Feature kInheritNativeThemeFromParentWidget{
"InheritNativeThemeFromParentWidget", base::FEATURE_DISABLED_BY_DEFAULT};
-// Change views::Textfield to take focus on a completed tap, rather than
-// immediately on tap down. This only affects touch input.
-const base::Feature kTextfieldFocusOnTapUp{"TextfieldFocusOnTapUp",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
} // namespace features
} // namespace views