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 3b40ec8ccfe8a73eb7ef868c4407be1f40f51b5b..c6c1dfdff1f59f14d166e929beafc10d69b0d5b3 100644 |
--- a/ash/system/chromeos/network/network_connect.h |
+++ b/ash/system/chromeos/network/network_connect.h |
@@ -18,6 +18,9 @@ class DictionaryValue; |
namespace ash { |
namespace network_connect { |
+ASH_EXPORT extern const char kNetworkConnectNotificationId[]; |
+ASH_EXPORT extern const char kNetworkActivateNotificationId[]; |
+ |
// 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. |