Commit af69db63 authored by nancy's avatar nancy Committed by Commit Bot

Remove kAppServiceAsh from Crostini test.

kAppServiceAsh is the flag to integrate AppService in UI app_list.
Since it has been enabled for a few months for M78, M79 release, it
should not be disabled, so the flag kAppServiceAsh can be removed.

BUG=1016159

Change-Id: I0235521beb53bdda1b50c07e8a6e4e11298ba71c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895254Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712039}
parent d32986ad
......@@ -108,7 +108,6 @@ void CrostiniTestHelper::ReInitializeAppServiceIntegration() {
chromeos::DBusThreadManager::Initialize();
}
if (base::FeatureList::IsEnabled(features::kAppServiceAsh)) {
// The App Service is originally initialized when the Profile is created,
// but this class' constructor takes the Profile* as an argument, which
// means that the fake user (created during that constructor) is
......@@ -123,7 +122,6 @@ void CrostiniTestHelper::ReInitializeAppServiceIntegration() {
auto* proxy = apps::AppServiceProxyFactory::GetForProfile(profile_);
proxy->ReInitializeCrostiniForTesting(profile_);
proxy->FlushMojoCallsForTesting();
}
}
void CrostiniTestHelper::UpdateAppKeywords(
......
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