Index: ash/system/toast/toast_overlay.cc |
diff --git a/ash/system/toast/toast_overlay.cc b/ash/system/toast/toast_overlay.cc |
index 1128843e77e7326aaa7652ee77cdfa86e7e70af2..ef8fe017eae49bd3880d69ee1333276102b8fab0 100644 |
--- a/ash/system/toast/toast_overlay.cc |
+++ b/ash/system/toast/toast_overlay.cc |
@@ -78,7 +78,6 @@ ToastOverlayLabel::ToastOverlayLabel(const std::string& label) { |
SetHorizontalAlignment(gfx::ALIGN_LEFT); |
SetFontList(rb->GetFontList(kTextFontStyle)); |
SetAutoColorReadabilityEnabled(false); |
- SetFocusable(false); |
SetMultiLine(true); |
SetEnabledColor(SK_ColorWHITE); |
SetDisabledColor(SK_ColorWHITE); |