| Index: ash/system/tray_accessibility.cc
|
| ===================================================================
|
| --- ash/system/tray_accessibility.cc (revision 172698)
|
| +++ ash/system/tray_accessibility.cc (working copy)
|
| @@ -295,7 +295,8 @@
|
| tray_view()->SetVisible(GetInitialVisibility());
|
|
|
| bool accessibility_enabled = IsAnyAccessibilityFeatureEnabled();
|
| - if (!accessibility_previously_enabled_ && accessibility_enabled) {
|
| + if (!accessibility_previously_enabled_ && accessibility_enabled &&
|
| + login_ != user::LOGGED_IN_NONE) {
|
| // Shows popup if the accessibilty status is being changed to true from
|
| // false.
|
| request_popup_view_ = true;
|
|
|