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

Unified Diff: net/url_request/url_request_filter.h

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 | « no previous file | net/url_request/url_request_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_filter.h
===================================================================
--- net/url_request/url_request_filter.h (revision 235275)
+++ net/url_request/url_request_filter.h (working copy)
@@ -12,9 +12,9 @@
// GURL("http://foo.com/"),
// &URLRequestCustomJob::Factory);
//
-// If URLRequestFilter::Factory can't find a handle for the request, it passes
-// it through to URLRequestInetJob::Factory and lets the default network stack
-// handle it.
+// If URLRequestFilter::Factory can't find a handler for the request, it
+// returns null to URLRequestJobManager and lets a built-in protocol factory
+// handle the request.
#ifndef NET_URL_REQUEST_URL_REQUEST_FILTER_H_
#define NET_URL_REQUEST_URL_REQUEST_FILTER_H_
« no previous file with comments | « no previous file | net/url_request/url_request_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698