| Index: chrome/browser/extensions/api/app_window/app_window_api.cc
|
| diff --git a/chrome/browser/extensions/api/app_window/app_window_api.cc b/chrome/browser/extensions/api/app_window/app_window_api.cc
|
| index 14af30ae32ffdbc080ed7255db0da3822a148bbf..4f2b68eaf5672670e0a9279fb614087e130a07c2 100644
|
| --- a/chrome/browser/extensions/api/app_window/app_window_api.cc
|
| +++ b/chrome/browser/extensions/api/app_window/app_window_api.cc
|
| @@ -139,7 +139,7 @@ void AppWindowCreateFunction::SendDelayedResponse() {
|
| SendResponse(true);
|
| }
|
|
|
| -bool AppWindowCreateFunction::RunImpl() {
|
| +bool AppWindowCreateFunction::RunAsync() {
|
| // Don't create app window if the system is shutting down.
|
| if (extensions::ExtensionsBrowserClient::Get()->IsShuttingDown())
|
| return false;
|
|
|