| Index: content/browser/loader/mojo_async_resource_handler.h
|
| diff --git a/content/browser/loader/mojo_async_resource_handler.h b/content/browser/loader/mojo_async_resource_handler.h
|
| index 6c1ee69dacad5d8baa1c5a5b43cc6ee2ea58cedb..3b3e36715d22520ccc2a20154e77419b6da21e2b 100644
|
| --- a/content/browser/loader/mojo_async_resource_handler.h
|
| +++ b/content/browser/loader/mojo_async_resource_handler.h
|
| @@ -22,6 +22,7 @@
|
| #include "mojo/public/cpp/system/data_pipe.h"
|
| #include "mojo/public/cpp/system/watcher.h"
|
| #include "net/base/io_buffer.h"
|
| +#include "net/base/request_priority.h"
|
|
|
| class GURL;
|
|
|
| @@ -74,6 +75,8 @@ class CONTENT_EXPORT MojoAsyncResourceHandler
|
|
|
| // mojom::URLLoader implementation:
|
| void FollowRedirect() override;
|
| + void SetPriority(net::RequestPriority priority,
|
| + int32_t intra_priority_value) override;
|
|
|
| void OnWritableForTesting();
|
| static void SetAllocationSizeForTesting(size_t size);
|
|
|