OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 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 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_ | 4 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_ |
5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_ | 5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_ |
6 | 6 |
7 #include <string> | 7 #include <string> |
8 | 8 |
9 #include "components/onc/onc_export.h" | 9 #include "components/onc/onc_export.h" |
10 | 10 |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 ONC_EXPORT extern const char kXAUTH[]; | 269 ONC_EXPORT extern const char kXAUTH[]; |
270 } // namespace ipsec | 270 } // namespace ipsec |
271 | 271 |
272 namespace openvpn { | 272 namespace openvpn { |
273 ONC_EXPORT extern const char kAuthNoCache[]; | 273 ONC_EXPORT extern const char kAuthNoCache[]; |
274 ONC_EXPORT extern const char kAuthRetry[]; | 274 ONC_EXPORT extern const char kAuthRetry[]; |
275 ONC_EXPORT extern const char kAuth[]; | 275 ONC_EXPORT extern const char kAuth[]; |
276 ONC_EXPORT extern const char kCipher[]; | 276 ONC_EXPORT extern const char kCipher[]; |
277 ONC_EXPORT extern const char kCompLZO[]; | 277 ONC_EXPORT extern const char kCompLZO[]; |
278 ONC_EXPORT extern const char kCompNoAdapt[]; | 278 ONC_EXPORT extern const char kCompNoAdapt[]; |
| 279 ONC_EXPORT extern const char kIgnoreDefaultRoute[]; |
279 ONC_EXPORT extern const char kInteract[]; | 280 ONC_EXPORT extern const char kInteract[]; |
280 ONC_EXPORT extern const char kKeyDirection[]; | 281 ONC_EXPORT extern const char kKeyDirection[]; |
281 ONC_EXPORT extern const char kNoInteract[]; | 282 ONC_EXPORT extern const char kNoInteract[]; |
282 ONC_EXPORT extern const char kNone[]; | 283 ONC_EXPORT extern const char kNone[]; |
283 ONC_EXPORT extern const char kNsCertType[]; | 284 ONC_EXPORT extern const char kNsCertType[]; |
284 ONC_EXPORT extern const char kPort[]; | 285 ONC_EXPORT extern const char kPort[]; |
285 ONC_EXPORT extern const char kProto[]; | 286 ONC_EXPORT extern const char kProto[]; |
286 ONC_EXPORT extern const char kPushPeerInfo[]; | 287 ONC_EXPORT extern const char kPushPeerInfo[]; |
287 ONC_EXPORT extern const char kRemoteCertEKU[]; | 288 ONC_EXPORT extern const char kRemoteCertEKU[]; |
288 ONC_EXPORT extern const char kRemoteCertKU[]; | 289 ONC_EXPORT extern const char kRemoteCertKU[]; |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 ONC_EXPORT extern const char kWPAD[]; | 336 ONC_EXPORT extern const char kWPAD[]; |
336 } // namespace proxy | 337 } // namespace proxy |
337 | 338 |
338 namespace global_network_config { | 339 namespace global_network_config { |
339 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; | 340 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; |
340 } // global_network_config | 341 } // global_network_config |
341 | 342 |
342 } // namespace onc | 343 } // namespace onc |
343 | 344 |
344 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ | 345 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ |
OLD | NEW |