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

Commit

Permalink
remove redundant focus property
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Apr 13, 2017
1 parent bbac5ec commit 5ad6919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser/api/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ tabEvents.forEach((event_name) => {
var windowInfo = function (win, populateTabs) {
var bounds = win.getBounds()
return {
focused: false,
// create psuedo-windows to handle this
incognito: false, // TODO(bridiver)
id: win.id,
Expand All @@ -500,6 +499,7 @@ var windowInfo = function (win, populateTabs) {

ipcMain.on('chrome-windows-get-current', function (evt, responseId, getInfo) {
var response = {
id: -1,
focused: false,
incognito: false // TODO(bridiver)
}
Expand Down

0 comments on commit 5ad6919

Please # to comment.