Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: content/public/browser/download_manager.h

Issue 2593183002: [downloads] Remove DownloadManager::RemoveAllDownloads. (Closed)
Patch Set: Fix SavePageBrowsertest Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/download/download_stats.cc ('k') | content/public/test/mock_download_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_manager.h
diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
index a4a5134a9c819f44d0045314d096688716d5b856..4c467923d638b1c8a90e2fc7312a986f56f56dbb 100644
--- a/content/public/browser/download_manager.h
+++ b/content/public/browser/download_manager.h
@@ -116,10 +116,6 @@ class CONTENT_EXPORT DownloadManager : public base::SupportsUserData::Data {
base::Time remove_begin,
base::Time remove_end) = 0;
- // Remove all downloads will delete all downloads. The number of downloads
- // deleted is returned back to the caller.
- virtual int RemoveAllDownloads() = 0;
-
// See DownloadUrlParameters for details about controlling the download.
virtual void DownloadUrl(
std::unique_ptr<DownloadUrlParameters> parameters) = 0;
« no previous file with comments | « content/browser/download/download_stats.cc ('k') | content/public/test/mock_download_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698