summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc')
-rw-r--r--chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc3
1 files changed, 1 insertions, 2 deletions
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 28bb985..5d3c596 100644
--- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
+++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
@@ -276,8 +276,7 @@ void OffscreenTab::Observe(int type,
// event.
Profile* profile = parent_tab_->tab_contents()->profile();
profile->GetExtensionEventRouter()->DispatchEventToRenderers(
- events::kOnOffscreenTabUpdated, json_args, profile, GURL(),
- extensions::EventFilteringInfo());
+ events::kOnOffscreenTabUpdated, json_args, profile, GURL());
}
ParentTab::ParentTab() : tab_contents_(NULL) {}