diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 11:08:52 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-13 11:08:52 +0000 |
commit | 8f740548afb0c225a1c32ac657bdf42c42beb8fe (patch) | |
tree | f361f62512b8ad4787f36e169d88ab8b39543e96 /chrome/chrome_dll.gypi | |
parent | ecc685aa2623283c1dfec6192aa0f602748c32ab (diff) | |
download | chromium_src-8f740548afb0c225a1c32ac657bdf42c42beb8fe.zip chromium_src-8f740548afb0c225a1c32ac657bdf42c42beb8fe.tar.gz chromium_src-8f740548afb0c225a1c32ac657bdf42c42beb8fe.tar.bz2 |
Show an Extension App icon in the omnibox for matches from the Extension App provider.
BUG=52444
TEST=Matches against title/url from Extension Apps should now have it's distinct Extension App icon as opposed to using the globe icon.
Review URL: http://codereview.chromium.org/6811017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 91ab872..550b8b3 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -253,6 +253,7 @@ 'app/theme/newtab.pdf', 'app/theme/newtab_h.pdf', 'app/theme/newtab_p.pdf', + 'app/theme/omnibox_extension_app.pdf', 'app/theme/omnibox_history.pdf', 'app/theme/omnibox_http.pdf', 'app/theme/omnibox_https_invalid.pdf', |