diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 18:04:08 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 18:04:08 +0000 |
commit | 017776b28a2692286707e70456a1fead2614c332 (patch) | |
tree | 09d6ae8e9a1cec5ff01de8cf2322eb362105763e | |
parent | 729259e72b40985a8431304243f6fe7f74121e65 (diff) | |
download | chromium_src-017776b28a2692286707e70456a1fead2614c332.zip chromium_src-017776b28a2692286707e70456a1fead2614c332.tar.gz chromium_src-017776b28a2692286707e70456a1fead2614c332.tar.bz2 |
Downloads: Use the otr_icon_standalone image in resources/shared/images.
BUG=53347
TEST=Go incognito
Download a large file
Go to the Downloads page (chrome://downloads)
The item being downloaded should have the incognito guy
Review URL: http://codereview.chromium.org/3305016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58849 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/downloads.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html index 6b44d89..7fc2f3c 100644 --- a/chrome/browser/resources/downloads.html +++ b/chrome/browser/resources/downloads.html @@ -108,7 +108,7 @@ html[dir=rtl] .icon { .download.otr > .safe, .download.otr > .show-dangerous { - background: url(chrome://theme/IDR_OTR_ICON_STANDALONE) no-repeat 100% 100%; + background: url('shared/images/otr_icon_standalone.png') no-repeat 100% 100%; opacity: .66; -webkit-transition: opacity .15s; } |