Chromium Code Reviews| Index: chrome/browser/certificate_manager_model.h |
| diff --git a/chrome/browser/certificate_manager_model.h b/chrome/browser/certificate_manager_model.h |
| index a82409483dcc1b2cee818ec32f68ece448cc07a7..1442c263476ba24b165e17b5aaa70b18de258ee5 100644 |
| --- a/chrome/browser/certificate_manager_model.h |
| +++ b/chrome/browser/certificate_manager_model.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -86,6 +86,7 @@ class CertificateManagerModel { |
| // imported. |
| bool ImportServerCert( |
| const net::CertificateList& certificates, |
| + net::CertDatabase::TrustBits trust_bits, |
|
wtc
2012/03/30 22:00:50
Document the new trust_bits parameter.
mattm
2012/05/16 03:30:45
Done.
|
| net::CertDatabase::ImportCertFailureList* not_imported); |
| // Set trust values for certificate. |