| Index: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc (revision 144007)
|
| +++ chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc (working copy)
|
| @@ -276,8 +276,7 @@
|
| // 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) {}
|
|
|
| Property changes on: chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|