| 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_; }
|
|
|