Commit 9a30f42a authored by nancy's avatar nancy Committed by Commit Bot

Remove kAppServiceAsh from sync 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: I5ebab190007370286738308e80d8354ea651493f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892978
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Reviewed-by: default avatarMikel Astiz <mastiz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712067}
parent 66ba59e2
......@@ -15,7 +15,6 @@
#include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
#include "chrome/browser/sync/test/integration/sync_extension_helper.h"
#include "chrome/browser/sync/test/integration/sync_extension_installer.h"
#include "chrome/common/chrome_features.h"
#include "content/public/browser/notification_service.h"
#include "extensions/browser/extension_prefs.h"
#include "extensions/browser/extension_registry.h"
......@@ -116,9 +115,6 @@ void WaitForAppService(Profile* profile) {
// (because they are potentially IPC calls). When the tests install and
// uninstall apps, they may need to pump the run loop so that those async
// calls settle.
if (!base::FeatureList::IsEnabled(features::kAppServiceAsh))
return;
apps::AppServiceProxyFactory::GetForProfile(profile)
->FlushMojoCallsForTesting();
}
......
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