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..8a8c38874bca85b60dc39c99b2be15ef048d6e17 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(), |
+ EventFilteringInfo()); |
} |
ParentTab::ParentTab() : tab_contents_wrapper_(NULL) {} |