Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1420)

Unified Diff: content/browser/loader/mojo_async_resource_handler.h

Issue 2646343007: [Mojo-Loading] Implement URLLoader::SetPriority (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..cce0195b2bf4137a886315e0ad834f10e4098e6e 100644
--- a/content/browser/loader/mojo_async_resource_handler.h
+++ b/content/browser/loader/mojo_async_resource_handler.h
@@ -74,6 +74,8 @@ class CONTENT_EXPORT MojoAsyncResourceHandler
// mojom::URLLoader implementation:
void FollowRedirect() override;
+ void SetPriority(mojom::RequestPriority priority,
+ int32_t intra_priority_value) override;
void OnWritableForTesting();
static void SetAllocationSizeForTesting(size_t size);

Powered by Google App Engine
This is Rietveld 408576698