Chromium Code Reviews| Index: chrome/browser/download/download_throttling_resource_handler.cc |
| diff --git a/chrome/browser/download/download_throttling_resource_handler.cc b/chrome/browser/download/download_throttling_resource_handler.cc |
| index 85bc6e19cbaf39fb247f93d8ee8c385c4db1b183..38e7ab2e1ce6bad71e7c2dd3f293cbc55cfdcb1b 100644 |
| --- a/chrome/browser/download/download_throttling_resource_handler.cc |
| +++ b/chrome/browser/download/download_throttling_resource_handler.cc |
| @@ -134,8 +134,7 @@ void DownloadThrottlingResourceHandler::OnRequestClosed() { |
| } |
| void DownloadThrottlingResourceHandler::ContinueDownload(bool allow) { |
| - download_util::RecordDownloadCount( |
| - download_util::INITIATED_BY_NAVIGATION_COUNT); |
| + download_util::RecordDownloadSource(download_util::INITIATED_BY_NAVIGATION); |
|
cbentzel
2012/02/06 19:57:29
Should this be done here or at the BufferedResourc
Randy Smith (Not in Mondays)
2012/02/07 18:20:18
Depends how we're thinking of the stats. I'm more
|
| if (request_closed_) |
| return; |