Chromium Code Reviews| Index: chrome/browser/download/download_create_info.h |
| diff --git a/chrome/browser/download/download_create_info.h b/chrome/browser/download/download_create_info.h |
| index a9f5ec1776df7ceef767407a7909c5c18e7d596e..50ac880562c942d9903125d1ebda9ace62a78edf 100644 |
| --- a/chrome/browser/download/download_create_info.h |
| +++ b/chrome/browser/download/download_create_info.h |
| @@ -46,9 +46,6 @@ struct DownloadCreateInfo { |
| // The URL that referred us. |
| GURL referrer_url; |
| - // The default path for the download (may be overridden). |
| - FilePath suggested_path; |
|
sadrul
2011/07/24 21:36:32
Removed because this is just not used anywhere.
|
| - |
| // A number that should be added to the suggested path to make it unique. |
| // 0 means no number should be appended. Not actually stored in the db. |
| int path_uniquifier; |