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

Unified Diff: safari/ext/background.js

Issue 29333035: Issue 3453 - Adapt indistinguishable request types for changes in Chrome 49 (Closed)
Patch Set: Created Dec. 23, 2015, 12:10 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
Index: safari/ext/background.js
===================================================================
--- a/safari/ext/background.js
+++ b/safari/ext/background.js
@@ -357,8 +357,13 @@
ext.webRequest = {
onBeforeRequest: new ext._EventTarget(),
- handlerBehaviorChanged: function() {},
- indistinguishableTypes: [["OTHER", "FONT"]]
+ handlerBehaviorChanged: function()
+ {
+ },
+ getIndistinguishableTypes: function()
+ {
+ return [["OTHER", "FONT"]];
+ }
};
« chrome/ext/background.js ('K') | « chrome/ext/background.js ('k') | webrequest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld