| Index: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| diff --git a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| index 5d3c596c408d4cbf80e402c166d099493322d753..28bb985a08579b75e27a34a384c97cb7f9e36a98 100644
|
| --- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| +++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| @@ -276,7 +276,8 @@ void OffscreenTab::Observe(int type,
|
| // event.
|
| Profile* profile = parent_tab_->tab_contents()->profile();
|
| profile->GetExtensionEventRouter()->DispatchEventToRenderers(
|
| - events::kOnOffscreenTabUpdated, json_args, profile, GURL());
|
| + events::kOnOffscreenTabUpdated, json_args, profile, GURL(),
|
| + extensions::EventFilteringInfo());
|
| }
|
|
|
| ParentTab::ParentTab() : tab_contents_(NULL) {}
|
|
|