Index: ash/system/chromeos/network/network_connect.h |
diff --git a/ash/system/chromeos/network/network_connect.h b/ash/system/chromeos/network/network_connect.h |
index eb7df2e3307c5d09ae187c784e14b00a7d4d021e..7868d2318379a3b2813ca5e17a1545826c98fe08 100644 |
--- a/ash/system/chromeos/network/network_connect.h |
+++ b/ash/system/chromeos/network/network_connect.h |
@@ -21,6 +21,8 @@ namespace network_connect { |
ASH_EXPORT extern const char kNetworkConnectNotificationId[]; |
ASH_EXPORT extern const char kNetworkActivateNotificationId[]; |
+ASH_EXPORT extern const char kErrorActivateFailed[]; |
+ |
// Requests a network connection and handles any errors and notifications. |
// |owning_window| is used to parent any UI on failure (e.g. for certificate |
// enrollment). If NULL, the default window will be used. |