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

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

Issue 1085703002: Add an ONC property for proactive key caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for converting in both directions. Created 5 years, 8 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
« no previous file with comments | « components/onc/docs/onc_spec.html ('k') | components/onc/onc_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ONC_EXPORT extern const char kMSCHAPv2[]; 303 ONC_EXPORT extern const char kMSCHAPv2[];
304 ONC_EXPORT extern const char kOuter[]; 304 ONC_EXPORT extern const char kOuter[];
305 ONC_EXPORT extern const char kPAP[]; 305 ONC_EXPORT extern const char kPAP[];
306 ONC_EXPORT extern const char kPEAP[]; 306 ONC_EXPORT extern const char kPEAP[];
307 ONC_EXPORT extern const char kPassword[]; 307 ONC_EXPORT extern const char kPassword[];
308 ONC_EXPORT extern const char kSaveCredentials[]; 308 ONC_EXPORT extern const char kSaveCredentials[];
309 ONC_EXPORT extern const char kServerCAPEMs[]; 309 ONC_EXPORT extern const char kServerCAPEMs[];
310 ONC_EXPORT extern const char kServerCARef[]; 310 ONC_EXPORT extern const char kServerCARef[];
311 ONC_EXPORT extern const char kServerCARefs[]; 311 ONC_EXPORT extern const char kServerCARefs[];
312 ONC_EXPORT extern const char kUseSystemCAs[]; 312 ONC_EXPORT extern const char kUseSystemCAs[];
313 ONC_EXPORT extern const char kUseProactiveKeyCaching[];
313 } // namespace eap 314 } // namespace eap
314 315
315 namespace vpn { 316 namespace vpn {
316 ONC_EXPORT extern const char kAutoConnect[]; 317 ONC_EXPORT extern const char kAutoConnect[];
317 ONC_EXPORT extern const char kHost[]; 318 ONC_EXPORT extern const char kHost[];
318 ONC_EXPORT extern const char kIPsec[]; 319 ONC_EXPORT extern const char kIPsec[];
319 ONC_EXPORT extern const char kL2TP[]; 320 ONC_EXPORT extern const char kL2TP[];
320 ONC_EXPORT extern const char kOpenVPN[]; 321 ONC_EXPORT extern const char kOpenVPN[];
321 ONC_EXPORT extern const char kPassword[]; 322 ONC_EXPORT extern const char kPassword[];
322 ONC_EXPORT extern const char kSaveCredentials[]; 323 ONC_EXPORT extern const char kSaveCredentials[];
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 namespace device_state { 435 namespace device_state {
435 ONC_EXPORT extern const char kUninitialized[]; 436 ONC_EXPORT extern const char kUninitialized[];
436 ONC_EXPORT extern const char kDisabled[]; 437 ONC_EXPORT extern const char kDisabled[];
437 ONC_EXPORT extern const char kEnabling[]; 438 ONC_EXPORT extern const char kEnabling[];
438 ONC_EXPORT extern const char kEnabled[]; 439 ONC_EXPORT extern const char kEnabled[];
439 } // device_state 440 } // device_state
440 441
441 } // namespace onc 442 } // namespace onc
442 443
443 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ 444 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/onc/docs/onc_spec.html ('k') | components/onc/onc_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698