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

Side by Side Diff: components/onc/onc_constants.h

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)
Patch Set: Use params Created 3 years, 7 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 unified diff | Download patch
OLDNEW
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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 ONC_EXPORT extern const char kEAP_AKA[]; 305 ONC_EXPORT extern const char kEAP_AKA[];
306 ONC_EXPORT extern const char kEAP_FAST[]; 306 ONC_EXPORT extern const char kEAP_FAST[];
307 ONC_EXPORT extern const char kEAP_SIM[]; 307 ONC_EXPORT extern const char kEAP_SIM[];
308 ONC_EXPORT extern const char kEAP_TLS[]; 308 ONC_EXPORT extern const char kEAP_TLS[];
309 ONC_EXPORT extern const char kEAP_TTLS[]; 309 ONC_EXPORT extern const char kEAP_TTLS[];
310 ONC_EXPORT extern const char kGTC[]; 310 ONC_EXPORT extern const char kGTC[];
311 ONC_EXPORT extern const char kIdentity[]; 311 ONC_EXPORT extern const char kIdentity[];
312 ONC_EXPORT extern const char kInner[]; 312 ONC_EXPORT extern const char kInner[];
313 ONC_EXPORT extern const char kLEAP[]; 313 ONC_EXPORT extern const char kLEAP[];
314 ONC_EXPORT extern const char kMD5[]; 314 ONC_EXPORT extern const char kMD5[];
315 ONC_EXPORT extern const char kMSCHAP[];
315 ONC_EXPORT extern const char kMSCHAPv2[]; 316 ONC_EXPORT extern const char kMSCHAPv2[];
316 ONC_EXPORT extern const char kOuter[]; 317 ONC_EXPORT extern const char kOuter[];
317 ONC_EXPORT extern const char kPAP[]; 318 ONC_EXPORT extern const char kPAP[];
318 ONC_EXPORT extern const char kPEAP[]; 319 ONC_EXPORT extern const char kPEAP[];
319 ONC_EXPORT extern const char kPassword[]; 320 ONC_EXPORT extern const char kPassword[];
320 ONC_EXPORT extern const char kSaveCredentials[]; 321 ONC_EXPORT extern const char kSaveCredentials[];
321 ONC_EXPORT extern const char kServerCAPEMs[]; 322 ONC_EXPORT extern const char kServerCAPEMs[];
322 ONC_EXPORT extern const char kServerCARef[]; 323 ONC_EXPORT extern const char kServerCARef[];
323 ONC_EXPORT extern const char kServerCARefs[]; 324 ONC_EXPORT extern const char kServerCARefs[];
325 ONC_EXPORT extern const char kSubjectMatch[];
324 ONC_EXPORT extern const char kUseSystemCAs[]; 326 ONC_EXPORT extern const char kUseSystemCAs[];
325 ONC_EXPORT extern const char kUseProactiveKeyCaching[]; 327 ONC_EXPORT extern const char kUseProactiveKeyCaching[];
326 } // namespace eap 328 } // namespace eap
327 329
328 namespace vpn { 330 namespace vpn {
329 ONC_EXPORT extern const char kAutoConnect[]; 331 ONC_EXPORT extern const char kAutoConnect[];
330 ONC_EXPORT extern const char kHost[]; 332 ONC_EXPORT extern const char kHost[];
331 ONC_EXPORT extern const char kIPsec[]; 333 ONC_EXPORT extern const char kIPsec[];
332 ONC_EXPORT extern const char kL2TP[]; 334 ONC_EXPORT extern const char kL2TP[];
333 ONC_EXPORT extern const char kOpenVPN[]; 335 ONC_EXPORT extern const char kOpenVPN[];
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 namespace device_state { 454 namespace device_state {
453 ONC_EXPORT extern const char kUninitialized[]; 455 ONC_EXPORT extern const char kUninitialized[];
454 ONC_EXPORT extern const char kDisabled[]; 456 ONC_EXPORT extern const char kDisabled[];
455 ONC_EXPORT extern const char kEnabling[]; 457 ONC_EXPORT extern const char kEnabling[];
456 ONC_EXPORT extern const char kEnabled[]; 458 ONC_EXPORT extern const char kEnabled[];
457 } // device_state 459 } // device_state
458 460
459 } // namespace onc 461 } // namespace onc
460 462
461 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ 463 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698