| 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) {
|
|
|