Commit db43c89e authored by Eric Willigers's avatar Eric Willigers Committed by Commit Bot

Desktop PWAs: AppListTestBase cleanup

DesktopPWAsWithoutExtensions has shipped and
AppList tests are no longer parameterized, so
branching on kDesktopPWAsWithoutExtensions
is no longer required.

Bug: 1065748
Change-Id: I5ffc8cefc65e7526fd25c486967e08798481c263
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462890
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: default avatarNancy Wang <nancylingwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815934}
parent bf0924d4
......@@ -44,8 +44,7 @@ void AppListTestBase::SetUp() {
InitializeInstalledExtensionService(pref_path, source_install_dir);
service_->Init();
if (base::FeatureList::IsEnabled(features::kDesktopPWAsWithoutExtensions))
ConfigureWebAppProvider();
ConfigureWebAppProvider();
// Let any async services complete their set-up.
base::RunLoop().RunUntilIdle();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment