| Index: ui/resources/ui_resources.grd
|
| diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
|
| index 8fd038e060a92c12ed726047f1ec01b75e697248..f6c77e661c0bc3eb0ca260e50fb55d6c867542e9 100644
|
| --- a/ui/resources/ui_resources.grd
|
| +++ b/ui/resources/ui_resources.grd
|
| @@ -306,7 +306,7 @@
|
| <structure type="chrome_scaled_image" name="IDR_MENU_HIERARCHY_ARROW" file="common/menu_hierarchy_arrow.png" />
|
| <structure type="chrome_scaled_image" name="IDR_MENU_HIERARCHY_ARROW_DARK_BACKGROUND" file="common/menu_hierarchy_arrow_white.png" />
|
| </if>
|
| - <if expr="is_macosx or is_ios">
|
| + <if expr="(is_macosx or is_ios) and not pp_ifdef('toolkit_views')">
|
| <structure type="chrome_scaled_image" name="IDR_MENU_HIERARCHY_ARROW" file="mac/menu_hierarchy_arrow.png" />
|
| </if>
|
| <if expr="pp_ifdef('toolkit_views')">
|
|
|