Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1053)

Unified Diff: content/browser/download/download_item_impl.h

Issue 9351024: Clean up unused members and constructors from DownloadCreateInfo and DownloadSaveInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update copyright Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/download/download_create_info.cc ('k') | content/browser/download/download_item_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_item_impl.h
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
index 135cbc3cc062f2363f3c8d98d60d743fac00fc18..2e57812d34805f432e3644d8ea5ca97b07087ae7 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -255,17 +255,14 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem {
// Full path to the downloaded or downloading file.
FilePath full_path_;
- // A number that should be appended to the path to make it unique, or 0 if the
- // path should be used as is.
- int path_uniquifier_;
-
// The chain of redirects that leading up to and including the final URL.
std::vector<GURL> url_chain_;
// The URL of the page that initiated the download.
GURL referrer_url_;
- // Suggested filename in 'download' attribute of an anchor. Details:
+ // Filename suggestion from DownloadSaveInfo. It could, among others, be the
+ // suggested filename in 'download' attribute of an anchor. Details:
// http://www.whatwg.org/specs/web-apps/current-work/#downloading-hyperlinks
std::string suggested_filename_;
@@ -370,8 +367,7 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem {
// be treated as though the user opened it.
bool opened_;
- // Do we actual open downloads when requested? For testing purposes
- // only.
+ // Do we actually open downloads when requested? For testing purposes only.
bool open_enabled_;
// Did the delegate delay calling Complete on this download?
« no previous file with comments | « content/browser/download/download_create_info.cc ('k') | content/browser/download/download_item_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698