Index: chrome/browser/download/download_resource_throttle.h |
=================================================================== |
--- chrome/browser/download/download_resource_throttle.h (revision 123743) |
+++ chrome/browser/download/download_resource_throttle.h (working copy) |
@@ -36,8 +36,12 @@ |
private: |
virtual ~DownloadResourceThrottle(); |
+ void WillDownload(bool* defer); |
void ContinueDownload(bool allow); |
+ // Set to true when we are querying the DownloadRequestLimiter. |
+ bool querying_limiter_; |
+ |
// Set to true when we know that the request is allowed to start. |
bool request_allowed_; |