| Index: chrome/browser/extensions/extension_event_router_forwarder.cc
|
| diff --git a/chrome/browser/extensions/extension_event_router_forwarder.cc b/chrome/browser/extensions/extension_event_router_forwarder.cc
|
| index f654d1299bdf091b0138dde2c76c5dd0495cef9e..523132451b66d6bf2bd9ef554bcdb35fbf41ad08 100644
|
| --- a/chrome/browser/extensions/extension_event_router_forwarder.cc
|
| +++ b/chrome/browser/extensions/extension_event_router_forwarder.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -114,7 +114,8 @@ void ExtensionEventRouterForwarder::CallExtensionEventRouter(
|
| if (extension_id.empty()) {
|
| profile->GetExtensionEventRouter()->
|
| DispatchEventToRenderers(
|
| - event_name, event_args, restrict_to_profile, event_url);
|
| + event_name, event_args, restrict_to_profile, event_url,
|
| + extensions::EventFilteringInfo());
|
| } else {
|
| profile->GetExtensionEventRouter()->
|
| DispatchEventToExtension(
|
|
|