| Index: chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| index 7ad8be351f1decd0dc063aeb10ce2df670661b76..d9fcdf643e545acec7a0cac50f3a872e0f2bc616 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| @@ -213,10 +213,10 @@ void TabContentsSSLHelper::SelectClientCertificate(
|
| HostContentSettingsMap* map =
|
| tab_contents_->profile()->GetHostContentSettingsMap();
|
| scoped_ptr<Value> filter(map->GetContentSettingValue(
|
| - requesting_url,
|
| - requesting_url,
|
| + requesting_url, requesting_url,
|
| CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE,
|
| - std::string()));
|
| + std::string(),
|
| + NULL, NULL));
|
|
|
| scoped_refptr<net::X509Certificate> selected_cert;
|
| if (filter.get()) {
|
|
|