summaryrefslogtreecommitdiff
path: root/content/browser/download/base_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/base_file.h')
-rw-r--r--content/browser/download/base_file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index faa73c8b93..d1242938b8 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_; }