Home | History | Annotate | Download | only in base
      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
      3 // found in the LICENSE file.
      4 
      5 // This file intentionally does not have header guards, it's included
      6 // inside a macro to generate enum values.
      7 
      8 // This file contains the list of certificate MIME types.
      9 
     10 CERTIFICATE_MIME_TYPE(UNKNOWN, 0)
     11 CERTIFICATE_MIME_TYPE(X509_USER_CERT, 1)
     12 CERTIFICATE_MIME_TYPE(X509_CA_CERT, 2)
     13 CERTIFICATE_MIME_TYPE(PKCS12_ARCHIVE, 3)
     14