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

Unified Diff: chrome/browser/chromeos/login/guest_user_view.cc

Issue 5839003: Fix to enable toggling accessibility using Ctrl+Alt+Z (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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: chrome/browser/chromeos/login/guest_user_view.cc
===================================================================
--- chrome/browser/chromeos/login/guest_user_view.cc (revision 69334)
+++ chrome/browser/chromeos/login/guest_user_view.cc (working copy)
@@ -79,7 +79,7 @@
if (accelerator == accel_login_off_the_record_)
user_controller_->OnLoginOffTheRecord();
else if (accelerator == accel_enable_accessibility_)
- WizardAccessibilityHelper::GetInstance()->EnableAccessibility(this);
+ WizardAccessibilityHelper::GetInstance()->EnableAccessibilityForView(this);
else if (accelerator == accel_previous_pod_by_arrow_)
user_controller_->SelectUserRelative(-1);
else if (accelerator == accel_next_pod_by_arrow_)
@@ -132,3 +132,4 @@
}
} // namespace chromeos
+

Powered by Google App Engine
This is Rietveld 408576698