| Index: net/test/cert_test_util.h | 
| diff --git a/net/test/cert_test_util.h b/net/test/cert_test_util.h | 
| index 4e6ae9ba78dd11ac8c82572e634077ec1a8707bb..6334dd7edd8e170fef9b9ce92b8447a3c4437f93 100644 | 
| --- a/net/test/cert_test_util.h | 
| +++ b/net/test/cert_test_util.h | 
| @@ -38,6 +38,15 @@ scoped_ptr<crypto::RSAPrivateKey> ImportSensitiveKeyFromFile( | 
| const base::FilePath& dir, | 
| const std::string& key_filename, | 
| PK11SlotInfo* slot); | 
| + | 
| +bool ImportClientCertToSlot(const scoped_refptr<X509Certificate>& cert, | 
| +                            PK11SlotInfo* slot); | 
| + | 
| +scoped_refptr<X509Certificate> ImportClientCertAndKeyFromFile( | 
| +    const base::FilePath& dir, | 
| +    const std::string& cert_filename, | 
| +    const std::string& key_filename, | 
| +    PK11SlotInfo* slot); | 
| #endif | 
|  | 
| // Imports all of the certificates in |cert_file|, a file in |certs_dir|, into a | 
|  |