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

Unified Diff: chromeos/network/network_connection_handler.h

Issue 22340006: Show notifications for Network Config errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elim unused SetConnectingNetwork and fix tests Created 7 years, 4 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
Index: chromeos/network/network_connection_handler.h
diff --git a/chromeos/network/network_connection_handler.h b/chromeos/network/network_connection_handler.h
index 1dfca49f69efa56fec29a916c7227e0a602e2e49..90f91e2338b94b44c09fb7c3b9077663d64e4c0a 100644
--- a/chromeos/network/network_connection_handler.h
+++ b/chromeos/network/network_connection_handler.h
@@ -58,7 +58,10 @@ class CHROMEOS_EXPORT NetworkConnectionHandler
static const char kErrorConfigurationRequired[];
static const char kErrorShillError[];
static const char kErrorConnectFailed[];
+ static const char kErrorConfigureFailed[];
+ static const char kErrorActivateFailed[];
static const char kErrorMissingProvider[];
+ static const char kErrorConnectCanceled[];
static const char kErrorUnknown[];
// Constants for |error_name| from |error_callback| for Disconnect.

Powered by Google App Engine
This is Rietveld 408576698