Chromium Code Reviews| Index: content/browser/loader/resource_scheduler.h |
| diff --git a/content/browser/loader/resource_scheduler.h b/content/browser/loader/resource_scheduler.h |
| index b44eb7710bd65048cdbca1905b8bbed0b1ae9870..aeb18f3dc4b445c06101f606475423435dc0c8c6 100644 |
| --- a/content/browser/loader/resource_scheduler.h |
| +++ b/content/browser/loader/resource_scheduler.h |
| @@ -188,6 +188,10 @@ class CONTENT_EXPORT ResourceScheduler : public base::NonThreadSafe { |
| size_t CountCoalescedClients() const; |
| + // Returns true iff the client would have the ActiveLoading throttle state |
| + // while it was loading. |
| + bool IsClientActive(ClientId client_id); |
|
mmenke
2014/10/30 15:14:19
const
|
| + |
| // Update the queue position for |request|, possibly causing it to start |
| // loading. |
| // |