Index: net/http/http_stream_factory_impl_request.h |
diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h |
index 169e1f54ce91f0858e98195174b44fac49867d88..d6f9b02cbef1d1b724f07dac17f6b6a234637539 100644 |
--- a/net/http/http_stream_factory_impl_request.h |
+++ b/net/http/http_stream_factory_impl_request.h |
@@ -105,6 +105,7 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest { |
virtual int RestartTunnelWithProxyAuth( |
const AuthCredentials& credentials) OVERRIDE; |
+ virtual void SetPriority(RequestPriority priority) OVERRIDE; |
virtual LoadState GetLoadState() const OVERRIDE; |
virtual bool was_npn_negotiated() const OVERRIDE; |
virtual NextProto protocol_negotiated() const OVERRIDE; |