Commit 162137c6 authored by nancy's avatar nancy Committed by Commit Bot

Enable AppService InstanceRegistry feature.

BUG=1011235

Change-Id: Icb262a58b4464d7963acb0b22a9d30ce7b070060
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972738
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726576}
parent cd62572f
......@@ -64,7 +64,7 @@ const base::Feature kAppNotificationStatusMessaging{
#if !defined(OS_ANDROID)
// App Service related flags. See chrome/services/app_service/README.md.
const base::Feature kAppServiceInstanceRegistry{
"AppServiceInstanceRegistry", base::FEATURE_DISABLED_BY_DEFAULT};
"AppServiceInstanceRegistry", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAppServiceIntentHandling{
"AppServiceIntentHandling", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kAppServiceShelf{"AppServiceShelf",
......
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