Add Favicon and title to the shortcut Intent for webapps
commit5fc61ec2e10063da13ad750e46fa0b93c27afc6e
authordfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Jun 2014 07:27:22 +0000 (26 07:27 +0000)
committerdfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Jun 2014 07:27:22 +0000 (26 07:27 +0000)
tree9790c296a24b693847e6258beee6eea96834f16b
parentc3603e01dd55e7c864cd24052760ec3acd431ba0
Add Favicon and title to the shortcut Intent for webapps

We'd like to match the app icon from the launcher in Recents, but we can't
get this info from the launcher.  Instead, store it inside the Intent
as an extra.

BUG=303877

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279947 0039d316-1c4b-4281-b951-d872f2087c98
chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java