| Index: chrome/browser/profiles/profile_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_io_data.cc (revision 243099)
|
| +++ chrome/browser/profiles/profile_io_data.cc (working copy)
|
| @@ -852,6 +852,8 @@
|
|
|
| scoped_ptr<net::ClientCertStore>
|
| ProfileIOData::ResourceContext::CreateClientCertStore() {
|
| + if (!io_data_->client_cert_store_factory_.is_null())
|
| + return io_data_->client_cert_store_factory_.Run();
|
| #if defined(OS_CHROMEOS)
|
| return scoped_ptr<net::ClientCertStore>(new net::ClientCertStoreChromeOS(
|
| io_data_->username_hash(),
|
|
|