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; |