Pass in the correct scale factor when retrieving the icon from the shell.
commit3459fa048c42e5a0abf3ee4c7b852c41312e0cd1
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 19 Mar 2014 20:39:26 +0000 (19 20:39 +0000)
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 19 Mar 2014 20:39:26 +0000 (19 20:39 +0000)
tree662aac2b511f4dba4c916c271437869ac7f5bc1e
parent9eb072b668793d0d0d0e4a7e9976985ade35b7ad
Pass in the correct scale factor when retrieving the icon from the shell.

We currently assume that the scale factor is 1 which causes the downloaded icon to show up
misplaced in the download shelf on high dpi windows machines.

BUG=352843
R=sky@chromium.org

Review URL: https://codereview.chromium.org/203343005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258079 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/icon_loader_win.cc