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

Unified Diff: net/dns/host_resolver_mojo.h

Issue 1928743003: DNS: Support reprioritization of requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: net/dns/host_resolver_mojo.h
diff --git a/net/dns/host_resolver_mojo.h b/net/dns/host_resolver_mojo.h
index f0917a792da4d6e73d4ba05e34dcb5a90a004bb9..0c3742d254c9ccf383ac87abb08063dddf252b2c 100644
--- a/net/dns/host_resolver_mojo.h
+++ b/net/dns/host_resolver_mojo.h
@@ -41,6 +41,8 @@ class HostResolverMojo : public HostResolver {
int ResolveFromCache(const RequestInfo& info,
AddressList* addresses,
const BoundNetLog& source_net_log) override;
+ void ChangeRequestPriority(RequestHandle req,
+ RequestPriority priority) override;
void CancelRequest(RequestHandle req) override;
HostCache* GetHostCache() override;

Powered by Google App Engine
This is Rietveld 408576698