Prevent SHChangeNotify on app list drag on Windows.
This CL fixes an issue with all taskbar icons flashing on every app list drag due to a SHChangeNotify being fired. This was being caused an overwrite of the web app path shortcut which is created for drag and drop to the taskbar. The fix skips the shortcut creation if it already exists (but still updates the icon). This CL also extracts a GetIconFilePath function. BUG=356961 Review URL: https://codereview.chromium.org/213833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260439 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment