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

Unified Diff: chrome/browser/automation/url_request_automation_job.cc

Issue 345037: Fifth patch in getting rid of caching MessageLoop pointers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | chrome/browser/browser_init.cc » ('j') | chrome/browser/browser_init.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/url_request_automation_job.cc
===================================================================
--- chrome/browser/automation/url_request_automation_job.cc (revision 30691)
+++ chrome/browser/automation/url_request_automation_job.cc (working copy)
@@ -331,8 +331,7 @@
// certificate, but I'm not sure if all implementations expect it.
// if (status.status() == URLRequestStatus::FAILED &&
// net::IsCertificateError(status.os_error()) && request_->delegate()) {
- // request_->delegate()->OnSSLCertificateError(request_, status.os_error(),
- // NULL);
+ // request_->delegate()->OnSSLCertificateError(request_, status.os_error());
// }
DisconnectFromMessageFilter();
« no previous file with comments | « no previous file | chrome/browser/browser_init.cc » ('j') | chrome/browser/browser_init.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698