Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: ash/system/tray_accessibility.cc

Issue 11548044: Revert 171609 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1354/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « ash/magnifier/magnification_controller.cc ('k') | chrome/browser/chromeos/accessibility/magnification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698