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

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

Issue 14697023: downloads: Improve download rate estimation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment typo Created 7 years, 7 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/base_file.cc » ('j') | content/browser/download/rate_estimator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/base_file.h
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index faa73c8b9315746896bc488ca611286fff0cea8f..d1242938b82c5ace41ad7352217a87b3f2509ce4 100644
--- a/content/browser/download/base_file.h
+++ b/content/browser/download/base_file.h
@@ -73,9 +73,6 @@ class CONTENT_EXPORT BaseFile {
// DownloadInterruptReason indicating the result of the operation.
DownloadInterruptReason AnnotateWithSourceInformation();
- // Calculate and return the current speed in bytes per second.
- int64 CurrentSpeed() const;
-
base::FilePath full_path() const { return full_path_; }
bool in_progress() const { return file_stream_.get() != NULL; }
int64 bytes_so_far() const { return bytes_so_far_; }
« no previous file with comments | « no previous file | content/browser/download/base_file.cc » ('j') | content/browser/download/rate_estimator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698