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

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

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Clang format 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 4
5 #include "components/onc/onc_constants.h" 5 #include "components/onc/onc_constants.h"
6 6
7 // Constants for ONC properties. 7 // Constants for ONC properties.
8 namespace onc { 8 namespace onc {
9 9
10 const char kAugmentationActiveSetting[] = "Active"; 10 const char kAugmentationActiveSetting[] = "Active";
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 } // namespace wifi 236 } // namespace wifi
237 237
238 namespace wimax { 238 namespace wimax {
239 const char kAutoConnect[] = "AutoConnect"; 239 const char kAutoConnect[] = "AutoConnect";
240 const char kEAP[] = "EAP"; 240 const char kEAP[] = "EAP";
241 const char kSignalStrength[] = "SignalStrength"; 241 const char kSignalStrength[] = "SignalStrength";
242 } // namespace wimax 242 } // namespace wimax
243 243
244 namespace client_cert { 244 namespace client_cert {
245 const char kClientCertPattern[] = "ClientCertPattern"; 245 const char kClientCertPattern[] = "ClientCertPattern";
246 const char kClientCertPKCS11Id[] = "ClientCertPKCS11Id";
246 const char kClientCertRef[] = "ClientCertRef"; 247 const char kClientCertRef[] = "ClientCertRef";
247 const char kClientCertType[] = "ClientCertType"; 248 const char kClientCertType[] = "ClientCertType";
248 const char kClientCertTypeNone[] = "None"; 249 const char kClientCertTypeNone[] = "None";
249 const char kCommonName[] = "CommonName"; 250 const char kCommonName[] = "CommonName";
250 const char kEmailAddress[] = "EmailAddress"; 251 const char kEmailAddress[] = "EmailAddress";
251 const char kEnrollmentURI[] = "EnrollmentURI"; 252 const char kEnrollmentURI[] = "EnrollmentURI";
252 const char kIssuerCARef[] = "IssuerCARef"; 253 const char kIssuerCARef[] = "IssuerCARef";
253 const char kIssuerCAPEMs[] = "IssuerCAPEMs"; 254 const char kIssuerCAPEMs[] = "IssuerCAPEMs";
254 const char kIssuer[] = "Issuer"; 255 const char kIssuer[] = "Issuer";
255 const char kLocality[] = "Locality"; 256 const char kLocality[] = "Locality";
256 const char kOrganization[] = "Organization"; 257 const char kOrganization[] = "Organization";
257 const char kOrganizationalUnit[] = "OrganizationalUnit"; 258 const char kOrganizationalUnit[] = "OrganizationalUnit";
258 const char kPattern[] = "Pattern"; 259 const char kPattern[] = "Pattern";
260 const char kPKCS11Id[] = "PKCS11Id";
259 const char kRef[] = "Ref"; 261 const char kRef[] = "Ref";
260 const char kSubject[] = "Subject"; 262 const char kSubject[] = "Subject";
261 } // namespace client_cert 263 } // namespace client_cert
262 264
263 namespace certificate { 265 namespace certificate {
264 const char kAuthority[] = "Authority"; 266 const char kAuthority[] = "Authority";
265 const char kClient[] = "Client"; 267 const char kClient[] = "Client";
266 const char kGUID[] = "GUID"; 268 const char kGUID[] = "GUID";
267 const char kPKCS12[] = "PKCS12"; 269 const char kPKCS12[] = "PKCS12";
268 const char kServer[] = "Server"; 270 const char kServer[] = "Server";
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 } // global_network_config 443 } // global_network_config
442 444
443 namespace device_state { 445 namespace device_state {
444 const char kUninitialized[] = "Uninitialized"; 446 const char kUninitialized[] = "Uninitialized";
445 const char kDisabled[] = "Disabled"; 447 const char kDisabled[] = "Disabled";
446 const char kEnabling[] = "Enabling"; 448 const char kEnabling[] = "Enabling";
447 const char kEnabled[] = "Enabled"; 449 const char kEnabled[] = "Enabled";
448 } // device_state 450 } // device_state
449 451
450 } // namespace onc 452 } // namespace onc
OLDNEW
« no previous file with comments | « components/onc/onc_constants.h ('k') | extensions/browser/api/networking_private/networking_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698