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

Unified Diff: chrome/browser/chromeos/platform_keys/platform_keys_nss.cc

Issue 1274143002: ClientCertStoreChromeOS: support additional non-platform certs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove inefficient filtering Created 5 years, 4 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
Index: chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
diff --git a/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc b/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
index d6887d5f8152ef4bcec69804e27ac2da96f4d23d..be129065665aee83814d1751f3600d389d9a95cd 100644
--- a/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
+++ b/chrome/browser/chromeos/platform_keys/platform_keys_nss.cc
@@ -551,6 +551,7 @@ void DidSelectCertificatesOnIOThread(
void SelectCertificatesOnIOThread(scoped_ptr<SelectCertificatesState> state) {
DCHECK_CURRENTLY_ON(BrowserThread::IO);
state->cert_store_.reset(new net::ClientCertStoreChromeOS(
+ net::CertificateList(), // no additional certificates
make_scoped_ptr(new chromeos::ClientCertFilterChromeOS(
state->use_system_key_slot_, state->username_hash_)),
net::ClientCertStoreChromeOS::PasswordDelegateFactory()));
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | chrome/browser/profiles/profile_io_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698