Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
stub chrome.browserAction.{enable, disable} for 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlawler authored and bridiver committed Jul 19, 2017
1 parent 2ff4b9d commit 66ff95a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions atom/common/api/resources/browser_action_bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ var binding = {
cb(details)
})
ipc.send('chrome-browser-action-get-badge-text', responseId, details)
},
enable: function (tabId) {
return
},
disable: function (tabId) {
return
}
}

Expand Down

0 comments on commit 66ff95a

Please sign in to comment.