Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2049)

Unified Diff: chrome/browser/resources/md_downloads/item.js

Issue 1964493002: MD Downloads: use custom iconset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CrIconsCrOS
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_downloads/item.js
diff --git a/chrome/browser/resources/md_downloads/item.js b/chrome/browser/resources/md_downloads/item.js
index 898c0066c825159bfd788eeab1ad140693460e2e..09d0b50cd17e7501da8e9c60d7d9d636c0a5267a 100644
--- a/chrome/browser/resources/md_downloads/item.js
+++ b/chrome/browser/resources/md_downloads/item.js
@@ -129,9 +129,9 @@ cr.define('downloads', function() {
case downloads.DangerType.DANGEROUS_URL:
case downloads.DangerType.POTENTIALLY_UNWANTED:
case downloads.DangerType.UNCOMMON_CONTENT:
- return 'remove-circle';
+ return 'downloads:remove-circle';
default:
- return 'warning';
+ return 'downloads:warning';
}
},
« no previous file with comments | « chrome/browser/resources/md_downloads/item.html ('k') | chrome/browser/resources/md_downloads/vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698