Index: net/http/http_stream_factory.h |
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h |
index 6db6905b43384b8aa7a1347e50cf6be76f09cb02..0de3b65bc575070edf65eee00c15b7071846ca11 100644 |
--- a/net/http/http_stream_factory.h |
+++ b/net/http/http_stream_factory.h |
@@ -157,6 +157,9 @@ class NET_EXPORT_PRIVATE HttpStreamRequest { |
virtual int RestartTunnelWithProxyAuth( |
const AuthCredentials& credentials) = 0; |
+ // Called when the priority of the parent transaction changes. |
+ virtual void SetPriority(RequestPriority priority) = 0; |
+ |
// Returns the LoadState for the request. |
virtual LoadState GetLoadState() const = 0; |