| Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| index 2a27bac5f26809561dca49963b93fd4318a507ff..89c142d3c652eca5b3d9c907cd4e6f662f945ced 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
| @@ -259,9 +259,8 @@ void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name,
|
| proxy_cros_settings_parser::SetProxyPrefValue(
|
| pref_name, value, &proxy_config_service_);
|
| base::StringValue proxy_type(pref_name);
|
| - web_ui()->CallJavascriptFunction(
|
| - "options.internet.DetailsInternetPage.updateProxySettings",
|
| - proxy_type);
|
| + web_ui()->CallJavascriptFunctionUnsafe(
|
| + "options.internet.DetailsInternetPage.updateProxySettings", proxy_type);
|
| ProcessUserMetric(value, metric);
|
| return;
|
| }
|
|
|