| Index: chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| index 8b05e34d68bc4711651875e35d07c99eda48b875..72c066e765e01791dfb3aa7c0ec973c3bdf3c991 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
|
| @@ -68,7 +68,7 @@ void ProxyHandler::InitializePage() {
|
| bool keyboard_driven_oobe =
|
| system::InputDeviceSettings::Get()->ForceKeyboardDrivenUINavigation();
|
| if (keyboard_driven_oobe) {
|
| - web_ui()->CallJavascriptFunction(
|
| + web_ui()->CallJavascriptFunctionUnsafe(
|
| "DetailsInternetPage.initializeKeyboardFlow");
|
| }
|
| }
|
|
|