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

Unified Diff: safari/ext/background.js

Issue 5162273421131776: Issue 1768 - Pass value returned by ext.onMessage listeners to chrome.runtime.onMessage listener (Closed)
Patch Set: Created Jan. 9, 2015, 10:56 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
« chrome/ext/background.js ('K') | « chrome/ext/content.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: safari/ext/background.js
===================================================================
--- a/safari/ext/background.js
+++ b/safari/ext/background.js
@@ -298,7 +298,7 @@
/* Web requests */
ext.webRequest = {
- onBeforeRequest: new ext._EventTarget(true),
+ onBeforeRequest: new ext._EventTarget(),
handlerBehaviorChanged: function() {}
};
« chrome/ext/background.js ('K') | « chrome/ext/content.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld