Index: components/onc/onc_constants.h |
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h |
index 17e748cc76099492c7f3151d865255f60062e59e..b114177e5c300f0c86627cffa0c047af0c2e567b 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 kAllowOnlyPolicyNetworksToAutoconnect[]; |
+} // global_network_config |
+ |
} // namespace onc |
#endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ |