Update UI for WebStore bundle installs.
This CL adds extension icons in the install dialog as well as the "was installed" bubble.
Followup to https://codereview.chromium.org/
855513002/
XIB changes in ExtensionInstallPromptBundle.xib:
* convert the "bundle items" NSTextField (filled with a multiline string) to an NSView (filled with dynamically created per-item subviews)
* add an NSImageView in the top right to hold the bundle item
XIB changes in ExtensionInstalledBubbleBundle.xib:
* convert the "installed" and "failed" NSTextFields (filled with multiline strings) to NSViews (filled with dynamically created per-item subviews)
BUG=448724
Review URL: https://codereview.chromium.org/
816223008
Cr-Commit-Position: refs/heads/master@{#326769}