diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 21:31:04 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 21:31:04 +0000 |
commit | 4d213986cd4a0010d8d1e3f8246b9cf8d3b4e411 (patch) | |
tree | 5545b10bdf364988fcca7ef56c599e695183f79c /chrome/app/theme | |
parent | 2fe34c4d2839ac26c6d1344e3040302e8272d660 (diff) | |
download | chromium_src-4d213986cd4a0010d8d1e3f8246b9cf8d3b4e411.zip chromium_src-4d213986cd4a0010d8d1e3f8246b9cf8d3b4e411.tar.gz chromium_src-4d213986cd4a0010d8d1e3f8246b9cf8d3b4e411.tar.bz2 |
[gtk] use new update badge on wrench menu
get rid of throb animation.
BUG=27941
TEST=manual
Review URL: http://codereview.chromium.org/5182004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 | ||||
-rw-r--r-- | chrome/app/theme/upgrade_dot_active.png | bin | 208 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/upgrade_dot_inactive.png | bin | 198 -> 0 bytes |
3 files changed, 0 insertions, 2 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index cfbc868..ab0a951 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -433,8 +433,6 @@ <include name="IDR_UPDATE_FAIL" file="update_fail.png" type="BINDATA" /> <include name="IDR_UPDATE_MENU" file="update_menu.png" type="BINDATA" /> <include name="IDR_UPDATE_UPTODATE" file="update_uptodate.png" type="BINDATA" /> - <include name="IDR_UPGRADE_DOT_ACTIVE" file="upgrade_dot_active.png" type="BINDATA" /> - <include name="IDR_UPGRADE_DOT_INACTIVE" file="upgrade_dot_inactive.png" type="BINDATA" /> <include name="IDR_INFO" file="info_small.png" type="BINDATA" /> <include name="IDR_WARNING" file="alert_small.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_MIC_EMPTY" file="speech_input_mic_empty.png" type="BINDATA" /> diff --git a/chrome/app/theme/upgrade_dot_active.png b/chrome/app/theme/upgrade_dot_active.png Binary files differdeleted file mode 100644 index bcefe0d..0000000 --- a/chrome/app/theme/upgrade_dot_active.png +++ /dev/null diff --git a/chrome/app/theme/upgrade_dot_inactive.png b/chrome/app/theme/upgrade_dot_inactive.png Binary files differdeleted file mode 100644 index 84bd62d..0000000 --- a/chrome/app/theme/upgrade_dot_inactive.png +++ /dev/null |