Change bad comment and remove unessesarry LOG statement,
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8816012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113376 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 3061658..6856cbf 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -950,10 +950,9 @@
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;
}