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

Unified Diff: chrome/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 | « 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: chrome/ext/background.js
===================================================================
--- a/chrome/ext/background.js
+++ b/chrome/ext/background.js
@@ -204,10 +204,6 @@
{
chrome.browserAction.setIcon({tabId: this._tabId, path: path});
},
- setTitle: function(title)
- {
- chrome.browserAction.setTitle({tabId: this._tabId, title: title});
- },
setBadge: function(badge)
{
if (!badge)
« 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