| Index: chrome/browser/chromeos/login/user_image_view.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/user_image_view.cc (revision 74020)
|
| +++ chrome/browser/chromeos/login/user_image_view.cc (working copy)
|
| @@ -290,13 +290,6 @@
|
| user_image_->SetErrorState();
|
| }
|
|
|
| -void UserImageView::ViewHierarchyChanged(bool is_add,
|
| - views::View* parent,
|
| - views::View* child) {
|
| - if (is_add && this == child)
|
| - WizardAccessibilityHelper::GetInstance()->MaybeEnableAccessibility(this);
|
| -}
|
| -
|
| gfx::Size UserImageView::GetPreferredSize() {
|
| return gfx::Size(width(), height());
|
| }
|
| @@ -331,4 +324,3 @@
|
| }
|
|
|
| } // namespace chromeos
|
| -
|
|
|