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 4b9b22f568e7cdfc5e5fed05a76be385926f06ac..fc424a2798365bd7af5a105adf1d479a862c647f 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_wrapper_(NULL) {} |