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
parent 20374342
......@@ -950,10 +950,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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment