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

Unified Diff: polyfill.js

Issue 29753571: Issue 6582 - Wrap tabs.remove (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created April 16, 2018, 12:44 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: polyfill.js
===================================================================
--- a/polyfill.js
+++ b/polyfill.js
@@ -32,16 +32,17 @@
"storage.local.set",
"storage.managed.get",
"tabs.create",
"tabs.get",
"tabs.getCurrent",
"tabs.insertCSS",
"tabs.query",
"tabs.reload",
+ "tabs.remove",
"tabs.removeCSS",
"tabs.sendMessage",
"tabs.update",
"webNavigation.getAllFrames",
"webRequest.handlerBehaviorChanged",
"windows.create",
"windows.update"
];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld