| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/chromeos/cros/onc_constants.h" | 5 #include "chrome/browser/chromeos/cros/onc_constants.h" |
| 6 | 6 |
| 7 namespace chromeos { | 7 namespace chromeos { |
| 8 | 8 |
| 9 // Constants for ONC properties. | 9 // Constants for ONC properties. |
| 10 namespace onc { | 10 namespace onc { |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 const char kAuthNoCache[] = "AuthNoCache"; | 68 const char kAuthNoCache[] = "AuthNoCache"; |
| 69 const char kAuthRetry[] = "AuthRetry"; | 69 const char kAuthRetry[] = "AuthRetry"; |
| 70 const char kAuth[] = "Auth"; | 70 const char kAuth[] = "Auth"; |
| 71 const char kAuthenticationType[] = "AuthenticationType"; | 71 const char kAuthenticationType[] = "AuthenticationType"; |
| 72 const char kCipher[] = "Cipher"; | 72 const char kCipher[] = "Cipher"; |
| 73 const char kClientCertPattern[] = "ClientCertPattern"; | 73 const char kClientCertPattern[] = "ClientCertPattern"; |
| 74 const char kClientCertRef[] = "ClientCertRef"; | 74 const char kClientCertRef[] = "ClientCertRef"; |
| 75 const char kClientCertType[] = "ClientCertType"; | 75 const char kClientCertType[] = "ClientCertType"; |
| 76 const char kCompLZO[] = "CompLZO"; | 76 const char kCompLZO[] = "CompLZO"; |
| 77 const char kCompNoAdapt[] = "CompNoAdapt"; | 77 const char kCompNoAdapt[] = "CompNoAdapt"; |
| 78 const char kEAP[] = "EAP"; |
| 78 const char kGroup[] = "Group"; | 79 const char kGroup[] = "Group"; |
| 79 const char kHost[] = "Host"; | 80 const char kHost[] = "Host"; |
| 80 const char kIKEVersion[] = "IKEVersion"; | 81 const char kIKEVersion[] = "IKEVersion"; |
| 81 const char kIPsec[] = "IPsec"; | 82 const char kIPsec[] = "IPsec"; |
| 82 const char kKeyDirection[] = "KeyDirection"; | 83 const char kKeyDirection[] = "KeyDirection"; |
| 83 const char kL2TP[] = "L2TP"; | 84 const char kL2TP[] = "L2TP"; |
| 84 const char kNsCertType[] = "NsCertType"; | 85 const char kNsCertType[] = "NsCertType"; |
| 85 const char kOpenVPN[] = "OpenVPN"; | 86 const char kOpenVPN[] = "OpenVPN"; |
| 86 const char kPSK[] = "PSK"; | 87 const char kPSK[] = "PSK"; |
| 87 const char kPassword[] = "Password"; | 88 const char kPassword[] = "Password"; |
| 88 const char kPort[] = "Port"; | 89 const char kPort[] = "Port"; |
| 89 const char kProto[] = "Proto"; | 90 const char kProto[] = "Proto"; |
| 90 const char kPushPeerInfo[] = "PushPeerInfo"; | 91 const char kPushPeerInfo[] = "PushPeerInfo"; |
| 91 const char kRemoteCertEKU[] = "RemoteCertEKU"; | 92 const char kRemoteCertEKU[] = "RemoteCertEKU"; |
| 92 const char kRemoteCertKU[] = "RemoteCertKU"; | 93 const char kRemoteCertKU[] = "RemoteCertKU"; |
| 93 const char kRemoteCertTLS[] = "RemoteCertTLS"; | 94 const char kRemoteCertTLS[] = "RemoteCertTLS"; |
| 94 const char kRenegSec[] = "RenegSec"; | 95 const char kRenegSec[] = "RenegSec"; |
| 95 const char kSaveCredentials[] = "SaveCredentials"; | 96 const char kSaveCredentials[] = "SaveCredentials"; |
| 96 const char kServerCARef[] = "ServerCARef"; | 97 const char kServerCARef[] = "ServerCARef"; |
| 97 const char kServerCertRef[] = "ServerCertRef"; | 98 const char kServerCertRef[] = "ServerCertRef"; |
| 98 const char kServerPollTimeout[] = "ServerPollTimeout"; | 99 const char kServerPollTimeout[] = "ServerPollTimeout"; |
| 99 const char kShaper[] = "Shaper"; | 100 const char kShaper[] = "Shaper"; |
| 100 const char kStaticChallenge[] = "StaticChallenge"; | 101 const char kStaticChallenge[] = "StaticChallenge"; |
| 101 const char kTLSAuthContents[] = "TLSAuthContents"; | 102 const char kTLSAuthContents[] = "TLSAuthContents"; |
| 102 const char kTLSRemote[] = "TLSRemote"; | 103 const char kTLSRemote[] = "TLSRemote"; |
| 103 const char kType[] = "Type"; | 104 const char kType[] = "Type"; |
| 104 const char kUsername[] = "Username"; | 105 const char kUsername[] = "Username"; |
| 106 const char kXAUTH[] = "XAUTH"; |
| 105 } // namespace vpn | 107 } // namespace vpn |
| 106 | 108 |
| 107 namespace proxy { | 109 namespace proxy { |
| 108 const char kDirect[] = "Direct"; | 110 const char kDirect[] = "Direct"; |
| 109 const char kExcludeDomains[] = "ExcludeDomains"; | 111 const char kExcludeDomains[] = "ExcludeDomains"; |
| 110 const char kFtp[] = "FTPProxy"; | 112 const char kFtp[] = "FTPProxy"; |
| 111 const char kHost[] = "Host"; | 113 const char kHost[] = "Host"; |
| 112 const char kHttp[] = "HTTPProxy"; | 114 const char kHttp[] = "HTTPProxy"; |
| 113 const char kHttps[] = "SecureHTTPProxy"; | 115 const char kHttps[] = "SecureHTTPProxy"; |
| 114 const char kManual[] = "Manual"; | 116 const char kManual[] = "Manual"; |
| 115 const char kPAC[] = "PAC"; | 117 const char kPAC[] = "PAC"; |
| 116 const char kPort[] = "Port"; | 118 const char kPort[] = "Port"; |
| 117 const char kSocks[] = "SOCKS"; | 119 const char kSocks[] = "SOCKS"; |
| 118 const char kType[] = "Type"; | 120 const char kType[] = "Type"; |
| 119 const char kWPAD[] = "WPAD"; | 121 const char kWPAD[] = "WPAD"; |
| 120 } // namespace proxy | 122 } // namespace proxy |
| 121 | 123 |
| 122 namespace substitutes { | 124 namespace substitutes { |
| 123 const char kLoginIDField[] = "${LOGIN_ID}"; | 125 const char kLoginIDField[] = "${LOGIN_ID}"; |
| 124 const char kEmailField[] = "${LOGIN_EMAIL}"; | 126 const char kEmailField[] = "${LOGIN_EMAIL}"; |
| 125 } // namespace substitutes | 127 } // namespace substitutes |
| 126 | 128 |
| 127 } // namespace onc | 129 } // namespace onc |
| 128 | 130 |
| 129 } // namespace chromeos | 131 } // namespace chromeos |
| OLD | NEW |