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

Unified Diff: content/browser/download/download_file.h

Issue 2750713003: Add UMA for estimating disk bandwidth and the time saved with parallel download (Closed)
Patch Set: address comments Created 3 years, 9 months 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 | « no previous file | content/browser/download/download_file_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_file.h
diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
index c155cb216ee8c8385b094ad9d0156afeb67c9119..1edc57e6e3814ebcfd655c62082f86819ad56fd5 100644
--- a/content/browser/download/download_file.h
+++ b/content/browser/download/download_file.h
@@ -76,6 +76,7 @@ class CONTENT_EXPORT DownloadFile {
virtual const base::FilePath& FullPath() const = 0;
virtual bool InProgress() const = 0;
+ virtual void WasPaused() = 0;
};
} // namespace content
« no previous file with comments | « no previous file | content/browser/download/download_file_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698