| Index: apps/shell/browser/shell_app_window_api.cc
|
| diff --git a/apps/shell/browser/shell_app_window_api.cc b/apps/shell/browser/shell_app_window_api.cc
|
| index 136a0ce87703beca5a2afb847fe4dde8f141f36b..8526f4529c6b800d36fc68994a15e22fa8d4723e 100644
|
| --- a/apps/shell/browser/shell_app_window_api.cc
|
| +++ b/apps/shell/browser/shell_app_window_api.cc
|
| @@ -51,7 +51,7 @@ ShellAppWindowCreateFunction::ShellAppWindowCreateFunction() {}
|
|
|
| ShellAppWindowCreateFunction::~ShellAppWindowCreateFunction() {}
|
|
|
| -bool ShellAppWindowCreateFunction::RunImpl() {
|
| +bool ShellAppWindowCreateFunction::RunAsync() {
|
| // Arguments must contain a URL and may contain options and a callback.
|
| if (args_->GetSize() < 1 || args_->GetSize() > 3)
|
| return false;
|
|
|