| 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); | 
|  | 
|  |