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

Unified Diff: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc

Issue 7550027: Make it possible to load ChromeVox on the oobe and login screens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 months 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/ui/webui/chromeos/login/core_oobe_handler.cc
===================================================================
--- chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc (revision 95578)
+++ chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc (working copy)
@@ -60,7 +60,7 @@
}
void CoreOobeHandler::OnToggleAccessibility(const base::ListValue* args) {
- accessibility::ToggleAccessibility();
+ accessibility::ToggleAccessibility(web_ui_);
}
void CoreOobeHandler::ShowOobeUI(bool show) {
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.cc ('k') | chrome/browser/ui/webui/options/chromeos/system_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698