| Index: chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
|
| diff --git a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc b/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
|
| index 03acdfc8afcda727ce3b709b42df99cc76de64cf..52fe000eb523e180e47cb8aef1f69f435ab1f57d 100644
|
| --- a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
|
| +++ b/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
|
| @@ -117,7 +117,7 @@ BoundsType GetBoundsType(const std::string& type_as_string) {
|
|
|
| } // namespace bounds
|
|
|
| -bool AppCurrentWindowInternalExtensionFunction::RunImpl() {
|
| +bool AppCurrentWindowInternalExtensionFunction::RunSync() {
|
| apps::AppWindowRegistry* registry =
|
| apps::AppWindowRegistry::Get(GetProfile());
|
| DCHECK(registry);
|
|
|