| Index: ash/system/tray_accessibility.cc
|
| diff --git a/ash/system/tray_accessibility.cc b/ash/system/tray_accessibility.cc
|
| index 941ae2132fb5c933ff5a5ecad3c4762e1cd64bbe..1332d7141dacfbc96d30e16a80e6f893c63e0d9e 100644
|
| --- a/ash/system/tray_accessibility.cc
|
| +++ b/ash/system/tray_accessibility.cc
|
| @@ -55,8 +55,8 @@ void TrayAccessibility::DestroyDetailedView() {
|
|
|
| void TrayAccessibility::OnAccessibilityModeChanged(bool enabled,
|
| int string_id) {
|
| - if (image_view())
|
| - image_view()->SetVisible(enabled);
|
| + if (tray_view())
|
| + tray_view()->SetVisible(enabled);
|
|
|
| if (enabled) {
|
| string_id_ = string_id;
|
|
|