Chromium Code Reviews| Index: ui/views/controls/separator.cc |
| diff --git a/ui/views/controls/separator.cc b/ui/views/controls/separator.cc |
| index e16346127ba4010be0e23670e856280dff926eda..8fa57ed401863e757f02c11cce63693e50280bd6 100644 |
| --- a/ui/views/controls/separator.cc |
| +++ b/ui/views/controls/separator.cc |
| @@ -23,6 +23,7 @@ Separator::Separator(Orientation orientation) |
| color_(kDefaultColor), |
| size_(kSeparatorSize) { |
| SetFocusable(false); |
| + SetAccessibilityFocusable(false); |
| } |
| Separator::~Separator() { |