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

Unified Diff: net/url_request/url_request_filter.cc

Issue 70103018: Update stale comments that still refer to URLRequestInetJob. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Tweak the comments Created 7 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 | « net/url_request/url_request_filter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_filter.cc
===================================================================
--- net/url_request/url_request_filter.cc (revision 235275)
+++ net/url_request/url_request_filter.cc (working copy)
@@ -95,9 +95,8 @@
delete iter->second;
hostname_handler_map_.erase(iter);
// Note that we don't unregister from the URLRequest ProtocolFactory as
- // this would left no protocol factory for the scheme.
- // URLRequestFilter::Factory will keep forwarding the requests to the
- // URLRequestInetJob.
+ // this would leave no protocol factory for the remaining hostname and URL
+ // handlers.
}
bool URLRequestFilter::AddUrlHandler(
@@ -135,9 +134,8 @@
delete iter->second;
url_handler_map_.erase(iter);
// Note that we don't unregister from the URLRequest ProtocolFactory as
- // this would left no protocol factory for the scheme.
- // URLRequestFilter::Factory will keep forwarding the requests to the
- // URLRequestInetJob.
+ // this would leave no protocol factory for the remaining hostname and URL
+ // handlers.
}
void URLRequestFilter::ClearHandlers() {
« no previous file with comments | « net/url_request/url_request_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698