diff options
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.cc | 2 |
1 files changed, 1 insertions, 1 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 a5e8c17..71b9fd9 100644 --- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc +++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc @@ -801,7 +801,7 @@ bool UpdateOffscreenTabFunction::RunImpl() { tab_contents_ = offscreen_tab->tab_contents(); bool is_async = false; - if (!UpdateURLIfPresent(update_props, &is_async)) + if (!UpdateURLIfPresent(update_props, offscreen_tab_id, &is_async)) return false; // Update the width and height, if specified. |