| Index: chrome/browser/download/download_util.h
|
| diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
|
| index 421cccee2183adcdaac87d92fb3dbbb29d4ae447..dcd24416e11b481dd43fdf9d3bb9e00c7a9b900f 100644
|
| --- a/chrome/browser/download/download_util.h
|
| +++ b/chrome/browser/download/download_util.h
|
| @@ -35,15 +35,6 @@ struct DownloadSaveInfo;
|
|
|
| namespace download_util {
|
|
|
| -// Download opening ------------------------------------------------------------
|
| -
|
| -// Whether it is OK to open this download.
|
| -bool CanOpenDownload(DownloadItem* download);
|
| -
|
| -// Open the file associated with this download (wait for the download to
|
| -// complete if it is in progress).
|
| -void OpenDownload(DownloadItem* download);
|
| -
|
| // Download temporary file creation --------------------------------------------
|
|
|
| // Return the default download directory.
|
|
|