Index: chrome/browser/download/download_service.h |
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h |
index 3c3f6b6675729dda4079e97e518c84312f5964d8..80cce154675bc090d3d40a5816cc4c1d19f6baa9 100644 |
--- a/chrome/browser/download/download_service.h |
+++ b/chrome/browser/download/download_service.h |
@@ -44,11 +44,12 @@ class DownloadService : public BrowserContextKeyedService { |
// Has a download manager been created? |
bool HasCreatedDownloadManager(); |
- // Number of downloads associated with this instance of the service. |
- int DownloadCount() const; |
+ // Number of non-malicious downloads associated with this instance of the |
+ // service. |
+ int NonMaliciousDownloadCount() const; |
- // Number of downloads associated with all profiles. |
- static int DownloadCountAllProfiles(); |
+ // Number of non-malicious downloads associated with all profiles. |
+ static int NonMaliciousDownloadCountAllProfiles(); |
// Sets the DownloadManagerDelegate associated with this object and |
// its DownloadManager. Takes ownership of |delegate|, and destroys |