| Index: chrome/browser/chromeos/login/update_view.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/update_view.cc (revision 74020)
|
| +++ chrome/browser/chromeos/login/update_view.cc (working copy)
|
| @@ -196,11 +196,6 @@
|
| SchedulePaint();
|
| }
|
|
|
| -void UpdateView::ViewHierarchyChanged(bool is_add, View* parent, View* child) {
|
| - if (is_add && this == child)
|
| - WizardAccessibilityHelper::GetInstance()->MaybeEnableAccessibility(this);
|
| -}
|
| -
|
| void UpdateView::InitLabel(views::Label** label) {
|
| *label = new views::Label();
|
| (*label)->SetColor(kLabelColor);
|
|
|