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

Unified Diff: chrome/background.js

Issue 6000668259123200: Remove ext.browserAction.show/hide (Closed)
Patch Set: Created Dec. 17, 2013, 3:31 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 | « background.js ('k') | options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/background.js
===================================================================
--- a/chrome/background.js
+++ b/chrome/background.js
@@ -209,14 +209,6 @@
{
chrome.browserAction.setTitle({tabId: this._tabId, title: title});
},
- hide: function()
- {
- chrome.browserAction.hide(this._tabId);
- },
- show: function()
- {
- chrome.browserAction.show(this._tabId);
- },
setBadge: function(badge)
{
if (!badge)
« no previous file with comments | « background.js ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld