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 71b9fd9c19ecb80939a4b1a41dcfd2a5b44303a6..d35a43ccdf8878b9af0de396ca4865cbe371c125 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) {} |