Pass correct filepaths to DOWNLOAD_ITEM_RENAMED NetLog event.
Before:
t=... DOWNLOAD_ITEM_RENAMED
--> new_filename = "C:\\...\\foo.txt"
--> old_filename = "C:\\...\\foo.txt"
After:
t=... DOWNLOAD_ITEM_RENAMED
--> new_filename = "C:\\...\\foo.txt"
--> old_filename = "C:\\...\\foo.txt.crdownload"
BUG=none
Review URL: https://chromiumcodereview.appspot.com/11348170
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169526 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed