| 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 52fe000eb523e180e47cb8aef1f69f435ab1f57d..403bddb9a2f45290e43e92d0df80a3132065fcbd 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
|
| @@ -385,7 +385,7 @@ bool AppCurrentWindowInternalSetShapeFunction::RunWithWindow(
|
| "E06AFCB1EB0EFD237824CC4AC8FDD3D43E8BC868"
|
| };
|
| if (GetCurrentChannel() > chrome::VersionInfo::CHANNEL_DEV &&
|
| - !SimpleFeature::IsIdInWhitelist(
|
| + !SimpleFeature::IsIdInList(
|
| GetExtension()->id(),
|
| std::set<std::string>(whitelist,
|
| whitelist + arraysize(whitelist)))) {
|
|
|