| Index: chromeos/network/onc/onc_utils.h
|
| diff --git a/chromeos/network/onc/onc_utils.h b/chromeos/network/onc/onc_utils.h
|
| index 96b8a1e9bc3fd0231e9737b25e049dc4cbae3dc9..13263a826ae442efaa4470b3f31f212b904b4820 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.
|
|
|