| Index: chrome/app/theme/theme_resources.grd
 | 
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
 | 
| index 6b1d208325a431aafeb6d75c0113daac219b5ed9..64d8a89137facccb2fbe4691245c4415abd335ea 100644
 | 
| --- a/chrome/app/theme/theme_resources.grd
 | 
| +++ b/chrome/app/theme/theme_resources.grd
 | 
| @@ -779,7 +779,10 @@
 | 
|        </if>
 | 
|        <!-- Media Router -->
 | 
|        <if expr="enable_media_router">
 | 
| +        <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_ACTIVE_ICON" file="common/media_router_active.png" />
 | 
| +        <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_ERROR_ICON" file="common/media_router_error.png" />
 | 
|          <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_IDLE_ICON" file="common/media_router_idle.png" />
 | 
| +        <structure type="chrome_scaled_image" name="IDR_MEDIA_ROUTER_WARNING_ICON" file="common/media_router_warning.png" />
 | 
|        </if>
 | 
|        <if expr="enable_app_list">
 | 
|          <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />
 | 
| 
 |