Index: chrome/browser/download/download_service.h |
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h |
index e365d9793612c770c1039010cdebbb9625f7ee3a..1e0ad634b1105b115522e155717c9b5e4acfae61 100644 |
--- a/chrome/browser/download/download_service.h |
+++ b/chrome/browser/download/download_service.h |
@@ -47,10 +47,13 @@ class DownloadService : public KeyedService { |
// service. |
int NonMaliciousDownloadCount() const; |
+ // Cancels all in-progress downloads for this profile. |
+ void CancelDownloads(); |
+ |
// Number of non-malicious downloads associated with all profiles. |
static int NonMaliciousDownloadCountAllProfiles(); |
- // Cancels all in-progress downloads. |
+ // Cancels all in-progress downloads for all profiles. |
static void CancelAllDownloads(); |
// Sets the DownloadManagerDelegate associated with this object and |