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

Unified Diff: net/ssl/client_cert_store_chromeos.h

Issue 394013005: Remove NSSCertDatabase from ClientCertStoreChromeOS unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Broke binary files into separate CL. Rebased. Created 6 years, 5 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: net/ssl/client_cert_store_chromeos.h
diff --git a/net/ssl/client_cert_store_chromeos.h b/net/ssl/client_cert_store_chromeos.h
index 41339f1b5bb0687c5eea035274be4428d9b59648..087190ce11a6e1650630c25f1e23ae455fb2b0d0 100644
--- a/net/ssl/client_cert_store_chromeos.h
+++ b/net/ssl/client_cert_store_chromeos.h
@@ -40,21 +40,6 @@ class NET_EXPORT ClientCertStoreChromeOS : public ClientCertStoreNSS {
const base::Closure& callback,
crypto::ScopedPK11Slot private_slot);
- // Allows tests to initialize the cert store with the given slots.
pneubeck (no reviews) 2014/07/17 13:40:50 I just noticed today these two functions that Matt
- // Must be called before SelectClientCertsForTesting.
- void InitForTesting(crypto::ScopedPK11Slot public_slot,
- crypto::ScopedPK11Slot private_slot);
-
- // A hook for testing. Filters |input_certs| using the logic being used to
- // filter the system store when GetClientCerts() is called.
- // Implemented by creating a list of certificates that otherwise would be
- // extracted from the system store and filtering it using the common logic
- // (less adequate than the approach used on Windows).
- bool SelectClientCertsForTesting(const CertificateList& input_certs,
- const SSLCertRequestInfo& cert_request_info,
- CertificateList* selected_certs);
-
-
std::string username_hash_;
NSSProfileFilterChromeOS profile_filter_;

Powered by Google App Engine
This is Rietveld 408576698