From 6aa4a1c041ca9bd2c3087c3c059a87193b1a82e1 Mon Sep 17 00:00:00 2001 From: "jianli@chromium.org" Date: Fri, 15 Jan 2010 18:49:58 +0000 Subject: Support dragging a virtual file out of the browser. BUG=none TEST=none Review URL: http://codereview.chromium.org/351029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36378 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/history/download_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/history') diff --git a/chrome/browser/history/download_types.h b/chrome/browser/history/download_types.h index 536ca30..7025b1d 100644 --- a/chrome/browser/history/download_types.h +++ b/chrome/browser/history/download_types.h @@ -87,6 +87,8 @@ struct DownloadCreateInfo { // The charset of the referring page where the download request comes from. // It's used to construct a suggested filename. std::string referrer_charset; + // The file path to save to. + FilePath save_file_path; }; #endif // CHROME_BROWSER_HISTORY_DOWNLOAD_TYPES_H_ -- cgit v1.1