diff options
author | yoshiki <yoshiki@chromium.org> | 2015-07-30 22:58:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-31 05:59:05 +0000 |
commit | 3754df954dbfc5607a53711d6cc4eb87dcf71f62 (patch) | |
tree | 5061b32bea9fb53c8d3c6f5957103aae0a2a3ba3 /chrome/app/theme | |
parent | 78cbf0b23dda9956af8d573802a8a0efe77dfa53 (diff) | |
download | chromium_src-3754df954dbfc5607a53711d6cc4eb87dcf71f62.zip chromium_src-3754df954dbfc5607a53711d6cc4eb87dcf71f62.tar.gz chromium_src-3754df954dbfc5607a53711d6cc4eb87dcf71f62.tar.bz2 |
[Download Notification] Use an error icon when the download is interrupted or cancelled
BUG=none
TEST=manual tested
Review URL: https://codereview.chromium.org/1270543003
Cr-Commit-Position: refs/heads/master@{#341286}
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/default_100_percent/common/downloads/download_error.png | bin | 0 -> 782 bytes | |||
-rw-r--r-- | chrome/app/theme/default_200_percent/common/downloads/download_error.png | bin | 0 -> 1528 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/default_100_percent/common/downloads/download_error.png b/chrome/app/theme/default_100_percent/common/downloads/download_error.png Binary files differnew file mode 100644 index 0000000..1dbea93 --- /dev/null +++ b/chrome/app/theme/default_100_percent/common/downloads/download_error.png diff --git a/chrome/app/theme/default_200_percent/common/downloads/download_error.png b/chrome/app/theme/default_200_percent/common/downloads/download_error.png Binary files differnew file mode 100644 index 0000000..8454962 --- /dev/null +++ b/chrome/app/theme/default_200_percent/common/downloads/download_error.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index f0cccc1..dcebac7 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -241,6 +241,7 @@ <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_NO_DD" file="common/download_button_right_top_no_dd.png" /> <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_BUTTON_RIGHT_TOP_P" file="common/download_button_right_top_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_DOWNLOADING" file="common/downloads/download_icon.png" /> + <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_ERROR" file="common/downloads/download_error.png" /> <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_INCOGNITO" file="common/downloads/download_icon_incognito.png" /> <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_MENU_CANCEL" file="common/downloads/cancel.png" /> <structure type="chrome_scaled_image" name="IDR_DOWNLOAD_NOTIFICATION_MENU_DELETE" file="common/downloads/delete.png" /> |