Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: ext/background.js

Issue 29352684: Issue 4412 - Add 20px and 40px icons to Adblock Plus for Edge (Closed)
Patch Set: Created Sept. 12, 2016, 1:18 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | icons/abp-20.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ext/background.js
===================================================================
--- a/ext/background.js
+++ b/ext/background.js
@@ -220,7 +220,9 @@
tabId: this._tabId,
path: {
19: this._changes.iconPath.replace("$size", "19"),
- 38: this._changes.iconPath.replace("$size", "38")
+ 20: this._changes.iconPath.replace("$size", "20"),
+ 38: this._changes.iconPath.replace("$size", "38"),
+ 40: this._changes.iconPath.replace("$size", "40")
}
});
}
« no previous file with comments | « no previous file | icons/abp-20.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld