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

Unified Diff: ui/chromeos/network/network_connect.h

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 | « chromeos/network/network_connection_observer.cc ('k') | ui/chromeos/network/network_connect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_connect.h
diff --git a/ui/chromeos/network/network_connect.h b/ui/chromeos/network/network_connect.h
index 303a79e96b4e57255f855bbc6bcbf9703679de7c..80ed81867670e7443f56a531d7927e5ad94b328e 100644
--- a/ui/chromeos/network/network_connect.h
+++ b/ui/chromeos/network/network_connect.h
@@ -96,8 +96,9 @@ class UI_CHROMEOS_EXPORT NetworkConnect {
bool shared) = 0;
// Returns the localized string for shill error string |error|.
- virtual base::string16 GetErrorString(const std::string& error,
- const std::string& service_path) = 0;
+ virtual base::string16 GetShillErrorString(
+ const std::string& error,
+ const std::string& service_path) = 0;
// Shows the settings for the network specified by |service_path|. If empty,
// or no matching network exists, shows the general internet settings page.
« no previous file with comments | « chromeos/network/network_connection_observer.cc ('k') | ui/chromeos/network/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698