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

Unified Diff: content/browser/download/download_stats.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
Index: content/browser/download/download_stats.h
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
index 297d21a12d590e0092a1b39b400f61444e3b3766..9843846a4c5d869fb877a35df962142bb5b71cb1 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -192,9 +192,6 @@ void RecordAcceptsRanges(const std::string& accepts_ranges,
int64_t download_len,
bool has_strong_validator);
-// Record the number of downloads removed by ClearAll.
-void RecordClearAllSize(int size);
-
// Record the number of completed unopened downloads when a download is opened.
void RecordOpensOutstanding(int size);
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/browser/download/download_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698