Index: ui/views/controls/separator.cc |
diff --git a/ui/views/controls/separator.cc b/ui/views/controls/separator.cc |
index e16346127ba4010be0e23670e856280dff926eda..16fb220978928a3e56f139f933e3e33f92964a8f 100644 |
--- a/ui/views/controls/separator.cc |
+++ b/ui/views/controls/separator.cc |
@@ -22,7 +22,6 @@ Separator::Separator(Orientation orientation) |
: orientation_(orientation), |
color_(kDefaultColor), |
size_(kSeparatorSize) { |
- SetFocusable(false); |
} |
Separator::~Separator() { |