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

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

Issue 6131009: Fix bug 69468: Drag download does not work if there is URL redirection involv... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/history/download_create_info.h
===================================================================
--- chrome/browser/history/download_create_info.h (revision 71082)
+++ chrome/browser/history/download_create_info.h (working copy)
@@ -36,7 +36,10 @@
// DownloadItem fields
FilePath path;
+ // The up-to-date URL that could be updated due to redirection.
GURL url;
+ // The original URL before any redirection.
+ GURL original_url;
GURL referrer_url;
FilePath suggested_path;
// A number that should be added to the suggested path to make it unique.

Powered by Google App Engine
This is Rietveld 408576698