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

Unified Diff: chrome/browser/download/download_types.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
Index: chrome/browser/download/download_types.h
diff --git a/chrome/browser/download/download_types.h b/chrome/browser/download/download_types.h
index ff82b5c307fd9183a9f6e32506859d5821930f2f..77ca39b6d59f87fa7a1f1dceac4d6d8a0394c813 100644
--- a/chrome/browser/download/download_types.h
+++ b/chrome/browser/download/download_types.h
@@ -41,6 +41,7 @@ struct DownloadSaveInfo {
FilePath file_path;
linked_ptr<net::FileStream> file_stream;
+ string16 suggested_name;
};
#endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_TYPES_H_

Powered by Google App Engine
This is Rietveld 408576698