| Index: chrome/app/theme/theme_resources.grd
|
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
|
| index 958312e947a02b82b5472151cf7a651fdefd757f..dd646be0973727c2c2b44212fbca006bd462701b 100644
|
| --- a/chrome/app/theme/theme_resources.grd
|
| +++ b/chrome/app/theme/theme_resources.grd
|
| @@ -44,6 +44,10 @@
|
| <structure type="chrome_scaled_image" name="IDR_APP_DROPARROW" file="app_droparrow.png" />
|
| <if expr="pp_ifdef('enable_app_list') and is_win">
|
| <structure type="chrome_scaled_image" name="IDR_APP_LIST" file="win/app_list.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_BACKGROUND" file="win/app_list_progress_bar_background.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_LEFT" file="win/app_list_progress_bar_left.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_CENTER" file="win/app_list_progress_bar_center.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_RIGHT" file="win/app_list_progress_bar_right.png" />
|
| </if>
|
| <if expr="pp_ifdef('enable_app_list') and not pp_ifdef('chromeos')">
|
| <structure type="chrome_scaled_image" name="IDR_APP_LIST_TAB_OVERLAY" file="app_list_tab_overlay.png" />
|
|
|