summaryrefslogtreecommitdiff
path: root/content/browser/download/base_file.h
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-06-11 10:57:03 +0100
committerTorne (Richard Coles) <torne@google.com>2013-06-11 10:57:03 +0100
commit868fa2fe829687343ffae624259930155e16dbd8 (patch)
tree54d316199dd9739c57c3aacd131853bbd6554a94 /content/browser/download/base_file.h
parentbb1bdbd796f966b5bf11f40ecbea12621c7bfac9 (diff)
downloadchromium_org-868fa2fe829687343ffae624259930155e16dbd8.tar.gz
Merge from Chromium at DEPS revision r205460
This commit was generated by merge_to_master.py. Change-Id: I4a744a5e426bd3bb378d887cfa56fe054742a540
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_; }