Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: components/onc/onc_constants.h

Issue 23526016: Autoconnect policy for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed policy. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/test/data/network/toplevel_partially_invalid.onc ('k') | components/onc/onc_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chromeos/test/data/network/toplevel_partially_invalid.onc ('k') | components/onc/onc_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698