| Index: chrome/browser/download/download_util.h
|
| diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
|
| index cb1bdac446fa58eaa9df6a831e9732c46afdb9f2..3ff281067edbcd99df58175ddec3802d5714cc34 100644
|
| --- a/chrome/browser/download/download_util.h
|
| +++ b/chrome/browser/download/download_util.h
|
| @@ -130,11 +130,6 @@ void DragDownload(const content::DownloadItem* download,
|
|
|
| // Helpers ---------------------------------------------------------------------
|
|
|
| -// Creates a representation of a download in a format that the downloads
|
| -// HTML page can understand.
|
| -base::DictionaryValue* CreateDownloadItemValue(content::DownloadItem* download,
|
| - int id);
|
| -
|
| // Get the localized status text for an in-progress download.
|
| string16 GetProgressStatusText(content::DownloadItem* download);
|
|
|
|
|