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/app/theme | |
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/app/theme')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index f35db21..3ed73af 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -360,6 +360,9 @@ <include name="IDR_OMNIBOX_EV_BUBBLE_BACKGROUND_L" file="large_ev_bubble_l.png" type="BINDATA" /> <include name="IDR_OMNIBOX_EV_BUBBLE_BACKGROUND_R" file="large_ev_bubble_r.png" type="BINDATA" /> </if> + <include name="IDR_OMNIBOX_EXTENSION_APP" file="omnibox_extension_app.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_EXTENSION_APP_DARK" file="omnibox_extension_app_dark.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_EXTENSION_APP_SELECTED" file="omnibox_extension_app_selected.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HISTORY" file="omnibox_history.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HISTORY_DARK" file="omnibox_history_dark.png" type="BINDATA" /> <include name="IDR_OMNIBOX_HISTORY_SELECTED" file="omnibox_history_selected.png" type="BINDATA" /> |