| Index: chrome/browser/chromeos/network_settings/onc_utils.h
|
| diff --git a/chrome/browser/chromeos/network_settings/onc_utils.h b/chrome/browser/chromeos/network_settings/onc_utils.h
|
| index 1d98081168d8283138e6dea7c21fd5a5300ebb5c..0976e853b0214a258639cda77451471494491db0 100644
|
| --- a/chrome/browser/chromeos/network_settings/onc_utils.h
|
| +++ b/chrome/browser/chromeos/network_settings/onc_utils.h
|
| @@ -16,6 +16,10 @@ class DictionaryValue;
|
| namespace chromeos {
|
| namespace onc {
|
|
|
| +// A valid but empty (no networks and no certificates) and unencrypted
|
| +// configuration.
|
| +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 and
|
| // doesn't modify |error|. Otherwise returns NULL and sets |error| to a
|
|
|