| Index: trunk/src/content/browser/download/download_stats.h
|
| ===================================================================
|
| --- trunk/src/content/browser/download/download_stats.h (revision 278536)
|
| +++ trunk/src/content/browser/download/download_stats.h (working copy)
|
| @@ -200,11 +200,6 @@
|
| base::TimeDelta disk_write_time,
|
| base::TimeDelta elapsed_time);
|
|
|
| -// Record the result of a download file rename.
|
| -void RecordDownloadFileRenameResultAfterRetry(
|
| - base::TimeDelta time_since_first_failure,
|
| - DownloadInterruptReason interrupt_reason);
|
| -
|
| enum SavePackageEvent {
|
| // The user has started to save a page as a package.
|
| SAVE_PACKAGE_STARTED,
|
|
|