| Index: chrome/browser/extensions/api/execute_code_function.cc
|
| diff --git a/chrome/browser/extensions/api/execute_code_function.cc b/chrome/browser/extensions/api/execute_code_function.cc
|
| index fd19219959027298698709d70070078ebb432c6e..f06c91c66fd853c6980127335a228732980a619f 100644
|
| --- a/chrome/browser/extensions/api/execute_code_function.cc
|
| +++ b/chrome/browser/extensions/api/execute_code_function.cc
|
| @@ -162,7 +162,7 @@ bool ExecuteCodeFunction::HasPermission() {
|
| return true;
|
| }
|
|
|
| -bool ExecuteCodeFunction::RunImpl() {
|
| +bool ExecuteCodeFunction::RunAsync() {
|
| EXTENSION_FUNCTION_VALIDATE(Init());
|
|
|
| if (!details_->code.get() && !details_->file.get()) {
|
|
|