| 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..c65981e82172ebca4175c25635fba827b5a54478 100644
|
| --- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| +++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| @@ -802,7 +802,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.
|
|
|