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

Unified Diff: net/cert/test_keychain_search_list_mac.h

Issue 2411023002: *WIP* Mac Unittest for client cert selection with intermediate certs
Patch Set: rebase Created 4 years, 1 month 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 | « net/cert/cert_verify_proc_mac.cc ('k') | net/cert/test_keychain_search_list_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/test_keychain_search_list_mac.h
diff --git a/net/cert/test_keychain_search_list_mac.h b/net/cert/test_keychain_search_list_mac.h
index d0faffdbf54e4b0d19d6edc8fe96f7257fe91b9e..eea62e81a9afef1077ffe4ed844356dc6800f0a2 100644
--- a/net/cert/test_keychain_search_list_mac.h
+++ b/net/cert/test_keychain_search_list_mac.h
@@ -30,7 +30,8 @@ class NET_EXPORT TestKeychainSearchList {
static TestKeychainSearchList* GetInstance();
// Copies the test keychain search list into |keychain_search_list|.
- OSStatus CopySearchList(CFArrayRef* keychain_search_list) const;
+ OSStatus CopySearchList(
+ base::ScopedCFTypeRef<CFArrayRef>* keychain_search_list) const;
// Adds |keychain| to the end of the test keychain search list.
void AddKeychain(SecKeychainRef keychain);
« no previous file with comments | « net/cert/cert_verify_proc_mac.cc ('k') | net/cert/test_keychain_search_list_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698