| Index: chrome/browser/download/download_util.h
|
| diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
|
| index 941e112c42b9688053df70dc5be474565a3fef2d..6494254d692c6448896993e7d07e803a0681288d 100644
|
| --- a/chrome/browser/download/download_util.h
|
| +++ b/chrome/browser/download/download_util.h
|
| @@ -143,9 +143,6 @@ void DragDownload(const content::DownloadItem* download,
|
| // Get the localized status text for an in-progress download.
|
| string16 GetProgressStatusText(content::DownloadItem* download);
|
|
|
| -// Returns a .crdownload intermediate path for the |suggested_path|.
|
| -base::FilePath GetCrDownloadPath(const base::FilePath& suggested_path);
|
| -
|
| // Check whether we can do the saving page operation for the specified URL.
|
| bool IsSavableURL(const GURL& url);
|
|
|
|
|