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

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

Issue 99533002: Disabled resource scheduling when using a SPDY proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved spdy proxy check to dispatcher as an explicit call when we start to get a response and added … Created 6 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/resource_scheduler.h
diff --git a/content/browser/loader/resource_scheduler.h b/content/browser/loader/resource_scheduler.h
index dddc831a2e290a3612b4a6e922040d6690605408..b374b6ccb3b22e66cfdaed114b6f14aa4b633b0e 100644
--- a/content/browser/loader/resource_scheduler.h
+++ b/content/browser/loader/resource_scheduler.h
@@ -78,6 +78,12 @@ class CONTENT_EXPORT ResourceScheduler : public base::NonThreadSafe {
// resource loads won't interfere with first paint.
void OnWillInsertBody(int child_id, int route_id);
+ // Signals from the IO thread
+
+ // Called when we received a response to a http request that was served
+ // from a proxy using SPDY.
+ void OnReceivedSpdyProxiedHttpResponse(int child_id, int route_id);
+
private:
class RequestQueue;
class ScheduledResourceRequest;

Powered by Google App Engine
This is Rietveld 408576698