Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3517)

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc

Issue 762633002: Use NetworkConnectionObserver to trigger connect failure notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/options/wimax_config_view.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3ddda05360548aaeafa7d7e82b6b6bc30dce476f..94a19edaab1a5f41bdb897578b43548168a97dcd 100644
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
@@ -576,7 +576,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) {
« no previous file with comments | « chrome/browser/chromeos/options/wimax_config_view.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698