| Index: components/resources/omnibox_scaled_resources.grdp
|
| diff --git a/components/resources/omnibox_scaled_resources.grdp b/components/resources/omnibox_scaled_resources.grdp
|
| index 1dc6be442981a5b38b1a23a85143ceadc9ff5caa..55352fcd54a1c0acc11c236bae40fd3858f3c454 100644
|
| --- a/components/resources/omnibox_scaled_resources.grdp
|
| +++ b/components/resources/omnibox_scaled_resources.grdp
|
| @@ -1,6 +1,16 @@
|
| <?xml version="1.0" encoding="UTF-8"?>
|
| <grit-part>
|
| - <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="common/omnibox/omnibox_extension_app.png" />
|
| - <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="common/omnibox/omnibox_http.png" />
|
| - <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="common/omnibox/omnibox_search.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_EXTENSION_APP" file="omnibox/omnibox_extension_app.png" />
|
| + <if expr="is_ios">
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY" file="omnibox/ios/omnibox_history.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HISTORY_INCOGNITO" file="omnibox/ios/omnibox_history_incognito.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/ios/omnibox_http.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP_INCOGNITO" file="omnibox/ios/omnibox_http_incognito.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibox/ios/omnibox_search.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH_INCOGNITO" file="omnibox/ios/omnibox_search_incognito.png" />
|
| + </if>
|
| + <if expr="not is_ios">
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_HTTP" file="omnibox/omnibox_http.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_OMNIBOX_SEARCH" file="omnibox/omnibox_search.png" />
|
| + </if>
|
| </grit-part>
|
|
|