Chromium Code Reviews| Index: chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc |
| diff --git a/chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc b/chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc |
| index b99d98c685d0c8815c1adae69869d8cb011f120e..6584e4a335c32c5d66b2d4197aa57b9e4209e7d6 100644 |
| --- a/chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc |
| +++ b/chrome/browser/chromeos/net/cert_verify_proc_chromeos.cc |
| @@ -29,7 +29,8 @@ CertVerifyProcChromeOS::CertVerifyProcChromeOS() {} |
| CertVerifyProcChromeOS::CertVerifyProcChromeOS( |
| crypto::ScopedPK11Slot public_slot) { |
| - profile_filter_.Init(public_slot.Pass(), crypto::ScopedPK11Slot()); |
| + profile_filter_.Init( |
| + public_slot.Pass(), crypto::ScopedPK11Slot(), crypto::ScopedPK11Slot()); |
|
pneubeck (no reviews)
2014/06/13 12:40:42
Needs an explanation about the choice of arguments
mattm
2014/06/24 03:16:45
Done.
|
| } |
| CertVerifyProcChromeOS::~CertVerifyProcChromeOS() {} |