| Index: chrome/browser/download/download_util.h
|
| diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
|
| index f0c4edcb4e53fb8c29b7accb1bd00b2736e8c287..26f2877755c56926625081eba21a382234623408 100644
|
| --- a/chrome/browser/download/download_util.h
|
| +++ b/chrome/browser/download/download_util.h
|
| @@ -136,11 +136,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);
|
|
|
|
|