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 a5e8c1756ee59de895b93f69e77e8a3c6d81c0f7..71b9fd9c19ecb80939a4b1a41dcfd2a5b44303a6 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. |