| Index: chrome/renderer/resources/extensions/web_request_custom_bindings.js
|
| ===================================================================
|
| --- chrome/renderer/resources/extensions/web_request_custom_bindings.js (revision 137393)
|
| +++ chrome/renderer/resources/extensions/web_request_custom_bindings.js (working copy)
|
| @@ -32,10 +32,9 @@
|
| this.eventOptions_ = opt_eventOptions ||
|
| {'supportsListeners': true, 'supportsRules': false};
|
|
|
| - if (this.eventOptions_.supportsRules) {
|
| + if (this.eventOptions_.supportsRules)
|
| this.eventForRules_ =
|
| new chrome.Event(eventName, opt_argSchemas, opt_eventOptions);
|
| - }
|
| };
|
|
|
| // Test if the given callback is registered for this event.
|
|
|