Commit 1b08fa8e authored by Nigel Tao's avatar Nigel Tao Committed by Commit Bot

Flip the AppServiceAsh feature default to enabled

BUG=826982
BUG=989789

Change-Id: I49bd3793bf9fcfc89726fd2f7df690421996e0fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728411Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Commit-Queue: Nigel Tao <nigeltao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683064}
parent 4b9d9012
......@@ -67,7 +67,7 @@ const base::Feature kAppNotificationStatusMessaging{
// as AppServiceAsh. Enabling any one of those client-specific feature flags
// also implicitly enables AppServiceServer.
const base::Feature kAppServiceAsh{"AppServiceAsh",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAppServiceServer{"AppServiceServer",
base::FEATURE_ENABLED_BY_DEFAULT};
#endif // !defined(OS_ANDROID)
......
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