| 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 52e9da98ed5b1d1d9709891a5bd556eaecc30911..654b61f1c3fca5c80c6fb3b5cb6d3edf8605be55 100644
|
| --- a/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| +++ b/chrome/browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc
|
| @@ -544,7 +544,7 @@ GetAllOffscreenTabFunction::~GetAllOffscreenTabFunction() {}
|
| bool GetAllOffscreenTabFunction::RunImpl() {
|
| WebContents* web_contents = GetCurrentWebContents(this, &error_);
|
| if (!web_contents)
|
| - return NULL;
|
| + return false;
|
|
|
| ParentTab* parent_tab = GetMap()->GetParentTab(web_contents, extension_id());
|
| ListValue* tab_list = new ListValue();
|
|
|