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

Unified Diff: net/http/http_server_properties.h

Issue 893693002: Fix bug where requests to QUIC servers were throttled by the resource scheduler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 5 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
« no previous file with comments | « content/browser/loader/resource_scheduler.cc ('k') | net/http/http_server_properties_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties.h
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
index 79ce33d6d794bd020f4bd1a4ed80e01585d735b4..09fd185a39f8c9c569802cb61e7cf5fd19428492 100644
--- a/net/http/http_server_properties.h
+++ b/net/http/http_server_properties.h
@@ -162,8 +162,9 @@ class NET_EXPORT HttpServerProperties {
// Deletes all data.
virtual void Clear() = 0;
- // Returns true if |server| supports SPDY.
- virtual bool SupportsSpdy(const HostPortPair& server) = 0;
+ // Returns true if |server| supports a network protocol which honors
+ // request prioritization.
+ virtual bool SupportsRequestPriority(const HostPortPair& server) = 0;
// Add |server| into the persistent store. Should only be called from IO
// thread.
« no previous file with comments | « content/browser/loader/resource_scheduler.cc ('k') | net/http/http_server_properties_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698