Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index ced30b2b0de1e1383f14e914888dc45ad05f6c6f..28b0ca982f1dd5dea759dddbf36112e67381a2ff 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -949,10 +949,9 @@ void ChromeContentBrowserClient::SelectClientCertificate( |
TabContentsWrapper* wrapper = |
TabContentsWrapper::GetCurrentWrapperForContents(tab); |
if (!wrapper) { |
- LOG(ERROR) << " *** No TabcontentsWrapper for: " << tab->GetURL().spec(); |
// If there is no TabContentsWrapper for the given TabContents then we can't |
// show the user a dialog to select a client certificate. So we simply |
- // cancel the request. |
+ // proceed with no client certificate. |
handler->CertificateSelected(NULL); |
return; |
} |