DescriptionPrevent 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260439
Patch Set 1 : #
Total comments: 2
Patch Set 2 : remove unnecssary namespaces #Patch Set 3 : rebase #
Messages
Total messages: 12 (0 generated)
|