| Index: components/onc/onc_constants.h
|
| diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
|
| index 17e748cc76099492c7f3151d865255f60062e59e..d239ea25734a04d4f0e0d74fd7c48b248d24bc64 100644
|
| --- a/components/onc/onc_constants.h
|
| +++ b/components/onc/onc_constants.h
|
| @@ -48,6 +48,7 @@ namespace toplevel_config {
|
| ONC_EXPORT extern const char kCertificates[];
|
| ONC_EXPORT extern const char kEncryptedConfiguration[];
|
| ONC_EXPORT extern const char kNetworkConfigurations[];
|
| +ONC_EXPORT extern const char kGlobalNetworkConfiguration[];
|
| ONC_EXPORT extern const char kType[];
|
| ONC_EXPORT extern const char kUnencryptedConfiguration[];
|
| } // namespace toplevel_config
|
| @@ -309,6 +310,10 @@ ONC_EXPORT extern const char kType[];
|
| ONC_EXPORT extern const char kWPAD[];
|
| } // namespace proxy
|
|
|
| +namespace global_network_config {
|
| +ONC_EXPORT extern const char kAllowAutoconnect[];
|
| +} // global_network_config
|
| +
|
| } // namespace onc
|
|
|
| #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
|
|
|