Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
index ce5f031af1041fabd043e3cc005c1f0106bb0a88..27d79f67625cdc7441049f169348e0f8c08ccaa2 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
@@ -623,7 +623,7 @@ void InternetOptionsHandler::GetManagedPropertiesResult( |
// out a more robust way to track errors. Service.Error is transient so we |
// use NetworkState.error() which accurately tracks the "last" error. |
dictionary->SetString(kTagErrorMessage, |
- ui::NetworkConnect::Get()->GetErrorString( |
+ ui::NetworkConnect::Get()->GetShillErrorString( |
network->error(), service_path)); |
// Add additional non-ONC cellular properties to inform the UI. |
if (network->type() == shill::kTypeCellular) { |