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

Unified Diff: chromeos/network/network_handler_callbacks.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_handler_callbacks.h
diff --git a/chromeos/network/network_handler_callbacks.h b/chromeos/network/network_handler_callbacks.h
index 8ba2f7d850400dbb9d6db56e39279c3754be99bb..92fb1d1aeef579bdf0fccd7e6945bb687145aeab 100644
--- a/chromeos/network/network_handler_callbacks.h
+++ b/chromeos/network/network_handler_callbacks.h
@@ -19,6 +19,11 @@ class DictionaryValue;
namespace chromeos {
namespace network_handler {
+CHROMEOS_EXPORT extern const char kErrorName[];
+CHROMEOS_EXPORT extern const char kErrorDetail[];
+CHROMEOS_EXPORT extern const char kDbusErrorName[];
+CHROMEOS_EXPORT extern const char kDbusErrorMessage[];
+
// An error callback used by both the configuration handler and the state
// handler to receive error results from the API.
typedef base::Callback<

Powered by Google App Engine
This is Rietveld 408576698