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

Unified Diff: chrome/browser/download/download_create_info.h

Issue 7484061: Use the suggested name from an anchor's 'download' attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 Created 9 years, 5 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 | « no previous file | chrome/browser/download/download_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/download/download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698