Commit 6ceb9386 authored by nancy's avatar nancy Committed by Commit Bot

Reland: Enable AppService InstanceRegistry feature.

BUG=1011235

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