Chromium Code Reviews| Index: chrome/browser/download/download_item.h |
| diff --git a/chrome/browser/download/download_item.h b/chrome/browser/download/download_item.h |
| index 788ea982ad5f8b6d5491e8921d2f3ee58716f80d..94df3363cfadc9f869383a9c72846ad3ef19f527 100644 |
| --- a/chrome/browser/download/download_item.h |
| +++ b/chrome/browser/download/download_item.h |
| @@ -183,6 +183,7 @@ class DownloadItem { |
| // Accessors |
| DownloadState state() const { return state_; } |
| + void set_full_path(const FilePath& full_path) { full_path_ = full_path; } |
|
Randy Smith (Not in Mondays)
2010/12/29 15:58:11
I think this is a leftover from a previous CL; nuk
ahendrickson
2011/01/01 18:15:59
You are correct. Fixed.
|
| FilePath full_path() const { return full_path_; } |
| void set_path_uniquifier(int uniquifier) { path_uniquifier_ = uniquifier; } |
| GURL url() const { return url_; } |