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

Unified Diff: background.js

Issue 5099207639695360: Made browser actions per tab on Safari (Closed)
Patch Set: Forgot to set tab in BrowserAction constructor Created Jan. 17, 2014, 2:19 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 | safari/ext/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -117,8 +117,6 @@
}
tab.browserAction.setIcon(iconFilename);
- tab.browserAction.setTitle(ext.i18n.getMessage("name"));
-
iconAnimation.registerTab(tab, iconFilename);
// Set context menu status according to whether current tab has whitelisted domain
« no previous file with comments | « no previous file | safari/ext/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld