diff options
Diffstat (limited to 'chrome/browser/download/download_create_info.h')
-rw-r--r-- | chrome/browser/download/download_create_info.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/download/download_create_info.h b/chrome/browser/download/download_create_info.h index a9f5ec1..50ac880 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; - // 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; |