OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <grit-part> | 2 <grit-part> |
3 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="c
ommon/omnibox/omnibox_extension_app.png" /> | 3 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="o
mnibox/omnibox_extension_app.png" /> |
4 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="common/omn
ibox/omnibox_http.png" /> | 4 <if expr="is_ios"> |
5 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="common/o
mnibox/omnibox_search.png" /> | 5 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY" file="omnib
ox/ios/omnibox_history.png" /> |
| 6 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY_INCOGNITO" f
ile="omnibox/ios/omnibox_history_incognito.png" /> |
| 7 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/
ios/omnibox_http.png" /> |
| 8 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_INCOGNITO" file
="omnibox/ios/omnibox_http_incognito.png" /> |
| 9 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo
x/ios/omnibox_search.png" /> |
| 10 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_INCOGNITO" fi
le="omnibox/ios/omnibox_search_incognito.png" /> |
| 11 </if> |
| 12 <if expr="not is_ios"> |
| 13 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/
omnibox_http.png" /> |
| 14 <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibo
x/omnibox_search.png" /> |
| 15 </if> |
6 </grit-part> | 16 </grit-part> |
OLD | NEW |