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

Unified Diff: ext/background.js

Issue 29787568: Issue 5987 - Removes ext.windows (Closed)
Patch Set: Created May 23, 2018, 1:09 a.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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ext/background.js
===================================================================
--- a/ext/background.js
+++ b/ext/background.js
@@ -571,21 +571,9 @@
}
};
}
return ext.onMessage._dispatch(
message, sender, sendResponse
).includes(true);
});
-
-
- /* Windows */
- ext.windows = {
- create(createData, callback)
- {
- browser.windows.create(createData, createdWindow =>
- {
- afterTabLoaded(callback)(createdWindow.tabs[0]);
- });
- }
- };
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld