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

Unified Diff: chrome/browser/chromeos/cros/onc_constants.h

Issue 10944009: Implementation of ONC signature, validator and normalizer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@gperffix
Patch Set: Addressed comments (formatting, sorting). Minor change in policy.onc. Created 8 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: chrome/browser/chromeos/cros/onc_constants.h
diff --git a/chrome/browser/chromeos/cros/onc_constants.h b/chrome/browser/chromeos/cros/onc_constants.h
index 6572e4d2ffe6486bd436e24c165b411c41af7154..7527158e11083b6131d6d7985bd652246b9397d2 100644
--- a/chrome/browser/chromeos/cros/onc_constants.h
+++ b/chrome/browser/chromeos/cros/onc_constants.h
@@ -11,6 +11,7 @@ namespace onc {
extern const char kEthernet[];
extern const char kGUID[];
+extern const char kIPConfigs[];
extern const char kName[];
extern const char kNetworkConfiguration[];
extern const char kProxySettings[];
@@ -20,6 +21,11 @@ extern const char kType[];
extern const char kVPN[];
extern const char kWiFi[];
+namespace ipconfig {
+extern const char kIPAddress[];
+extern const char kType[];
+} // namespace ipconfig
+
namespace ethernet {
extern const char kAuthentication[];
extern const char kEAP[];
@@ -75,6 +81,7 @@ extern const char kClientCertRef[];
extern const char kClientCertType[];
extern const char kCompLZO[];
extern const char kCompNoAdapt[];
+extern const char kEAP[];
extern const char kGroup[];
extern const char kHost[];
extern const char kIKEVersion[];
@@ -102,6 +109,7 @@ extern const char kTLSAuthContents[];
extern const char kTLSRemote[];
extern const char kType[];
extern const char kUsername[];
+extern const char kXAUTH[];
} // namespace vpn
namespace substitutes {
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/onc_constants.cc » ('j') | chrome/browser/chromeos/network_settings/onc_mapper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698