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

Unified Diff: lib/devtools.js

Issue 29998582: Issue [TBD] - Update adblockpluscore dependency to [TBD] Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created Feb. 5, 2019, 4:07 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
Index: lib/devtools.js
===================================================================
--- a/lib/devtools.js
+++ b/lib/devtools.js
@@ -110,17 +110,16 @@
}
function matchRequest(request)
{
return defaultMatcher.matchesAny(
request.url,
RegExpFilter.typeMap[request.type],
request.docDomain,
- request.thirdParty,
request.sitekey,
request.specificOnly
);
}
function onBeforeRequest(details)
{
let panel = panels.get(details.tabId);

Powered by Google App Engine
This is Rietveld