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

Unified Diff: iconAnimation.js

Issue 29317001: Relocated icon and redesigned icon popup (Closed)
Patch Set: Created Dec. 11, 2013, 1:08 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 | « chrome/background.js ('k') | icons/abp-19-whitelisted.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: iconAnimation.js
===================================================================
--- a/iconAnimation.js
+++ b/iconAnimation.js
@@ -129,6 +129,6 @@
path = path.replace(/(?=\..+$)/, suffix);
}
- tab.pageAction.setIcon(path);
+ tab.browserAction.setIcon(path);
}
};
« no previous file with comments | « chrome/background.js ('k') | icons/abp-19-whitelisted.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld