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

Unified Diff: chrome/browser/chromeos/login/existing_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/existing_user_view.cc
===================================================================
--- chrome/browser/chromeos/login/existing_user_view.cc (revision 69334)
+++ chrome/browser/chromeos/login/existing_user_view.cc (working copy)
@@ -90,7 +90,7 @@
user_controller_->OnLoginOffTheRecord();
return true;
} else if (accelerator == accel_enable_accessibility_) {
- WizardAccessibilityHelper::GetInstance()->EnableAccessibility(this);
+ WizardAccessibilityHelper::GetInstance()->EnableAccessibilityForView(this);
return true;
}
return false;

Powered by Google App Engine
This is Rietveld 408576698