Searched refs:UnsafeRedirectProtocolHandler (Results 1 – 1 of 1) sorted by relevance
3930 class NET_EXPORT UnsafeRedirectProtocolHandler class in net::URLRequestTestHTTP3933 UnsafeRedirectProtocolHandler() = default;3935 UnsafeRedirectProtocolHandler(const UnsafeRedirectProtocolHandler&) =3937 UnsafeRedirectProtocolHandler& operator=(3938 const UnsafeRedirectProtocolHandler&) = delete;3940 ~UnsafeRedirectProtocolHandler() override = default;3959 "unsafe", std::make_unique<UnsafeRedirectProtocolHandler>()); in SetUpContextBuilder()