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

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: Addressed comments. 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
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_

Powered by Google App Engine
This is Rietveld 408576698