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

Unified Diff: chrome/browser/certificate_manager_model.h

Issue 2937553003: Make CertificateProviderService vend ClientCertIdentities directly. (Closed)
Patch Set: review changes for comments 11 & 12 Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/certificate_manager_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/certificate_manager_model.h
diff --git a/chrome/browser/certificate_manager_model.h b/chrome/browser/certificate_manager_model.h
index 434ad2dddff091cc302f866b88f0a1d2853a9633..191ab876531879ac4661d3d6384775c572218acc 100644
--- a/chrome/browser/certificate_manager_model.h
+++ b/chrome/browser/certificate_manager_model.h
@@ -15,6 +15,7 @@
#include "base/memory/weak_ptr.h"
#include "base/strings/string16.h"
#include "net/cert/nss_cert_database.h"
+#include "net/ssl/client_cert_identity.h"
namespace chromeos {
class CertificateProvider;
@@ -170,7 +171,8 @@ class CertificateManagerModel {
void RefreshSlotsUnlocked();
// Callback used to refresh extension provided certificates. Refreshes UI.
- void RefreshExtensionCertificates(const net::CertificateList& new_certs);
+ void RefreshExtensionCertificates(
+ net::ClientCertIdentityList new_cert_identities);
net::NSSCertDatabase* cert_db_;
net::CertificateList cert_list_;
« no previous file with comments | « no previous file | chrome/browser/certificate_manager_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698