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

Unified Diff: net/base/host_resolver_impl.cc

Issue 160552: Update a bug number referenced by some TODOs, to point at the new bug for tra... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Sync Created 11 years, 5 months 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 | « net/base/host_resolver.h ('k') | net/base/mock_host_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver_impl.cc
===================================================================
--- net/base/host_resolver_impl.cc (revision 22339)
+++ net/base/host_resolver_impl.cc (working copy)
@@ -369,9 +369,9 @@
// cancelled requests from Job::requests_.
void HostResolverImpl::CancelRequest(RequestHandle req_handle) {
if (shutdown_) {
- // TODO(eroman): temp hack for: http://crbug.com/16972.
- // Because we destroy outstanding requests during Shutdown() as part of
- // hack http://crbug.com/15513, |req_handle| is already cancelled.
+ // TODO(eroman): temp hack for: http://crbug.com/18373
+ // Because we destroy outstanding requests during Shutdown(),
+ // |req_handle| is already cancelled.
LOG(ERROR) << "Called HostResolverImpl::CancelRequest() after Shutdown().";
StackTrace().PrintBacktrace();
return;
« no previous file with comments | « net/base/host_resolver.h ('k') | net/base/mock_host_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698