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

Unified Diff: safari/ext/background.js

Issue 5663591407550464: Removed unused ext.browserAction.setTitle function (Closed)
Patch Set: Created Jan. 23, 2014, 4:30 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/ext/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: safari/ext/background.js
===================================================================
--- a/safari/ext/background.js
+++ b/safari/ext/background.js
@@ -241,11 +241,6 @@
{
this._set("image", safari.extension.baseURI + path);
},
- setTitle: function(title)
- {
- this._set("label", title);
- this._set("toolTip", title);
- },
setBadge: function(badge)
{
if (!badge)
« no previous file with comments | « chrome/ext/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld