Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1518)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 8816012: Change bad comment and remove unessesarry LOG statement, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698