| 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 1133bfc3e10b2a18f6922bf601b6f41767c4ef65..36f99585bf656141f55a96f12f04e1d48a593630 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
|
| @@ -254,7 +254,7 @@ void CoreChromeOSOptionsHandler::SetPref(const std::string& pref_name,
|
| if (proxy_cros_settings_parser::IsProxyPref(pref_name)) {
|
| proxy_cros_settings_parser::SetProxyPrefValue(
|
| network_guid_, pref_name, value, GetUiProxyConfigService());
|
| - base::StringValue proxy_type(pref_name);
|
| + base::Value proxy_type(pref_name);
|
| web_ui()->CallJavascriptFunctionUnsafe(
|
| "options.internet.DetailsInternetPage.updateProxySettings", proxy_type);
|
| ProcessUserMetric(value, metric);
|
|
|