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

Unified Diff: net/url_request/url_request.h

Issue 12217095: Remove unused pieces of URLRequestJobFactory API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: net/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 3c1c2d522e44ff84358833ed8f7a5a1abc8633c7..44aaee9dee53a4c6b64bbac57984d99dff37d720 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -206,7 +206,8 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
static ProtocolFactory* RegisterProtocolFactory(const std::string& scheme,
ProtocolFactory* factory);
- // Use URLRequestJobFactory::Interceptor instead.
+ // TODO(pauljensen): Remove this when AppCacheInterceptor is a
+ // ProtocolHandler, see crbug.com/161547.
static void RegisterRequestInterceptor(Interceptor* interceptor);
static void UnregisterRequestInterceptor(Interceptor* interceptor);

Powered by Google App Engine
This is Rietveld 408576698