summaryrefslogtreecommitdiffstats
path: root/chromeos/network/onc/onc_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/onc/onc_utils.h')
-rw-r--r--chromeos/network/onc/onc_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromeos/network/onc/onc_utils.h b/chromeos/network/onc/onc_utils.h
index 96b8a1e..13263a8 100644
--- a/chromeos/network/onc/onc_utils.h
+++ b/chromeos/network/onc/onc_utils.h
@@ -18,6 +18,10 @@ class DictionaryValue;
namespace chromeos {
namespace onc {
+// A valid but empty (no networks and no certificates) and unencrypted
+// configuration.
+CHROMEOS_EXPORT extern const char kEmptyUnencryptedConfiguration[];
+
// Parses |json| according to the JSON format. If |json| is a JSON formatted
// dictionary, the function returns the dictionary as a DictionaryValue.
// Otherwise returns NULL.