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

Unified Diff: ext/popup.js

Issue 29544720: Noissue - Remove ext.closePopup() (Closed)
Patch Set: Created Sept. 15, 2017, 12:54 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 | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ext/popup.js
===================================================================
--- a/ext/popup.js
+++ b/ext/popup.js
@@ -7,11 +7,6 @@
const backgroundPage = chrome.extension.getBackgroundPage();
window.ext = Object.create(backgroundPage.ext);
- window.ext.closePopup = () =>
- {
- window.close();
- };
-
// Calling i18n.getMessage from the background page causes Edge to throw an
// exception.
// https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12793975/
« no previous file with comments | « no previous file | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld