Commit 870a919e authored by Nancy Wang's avatar Nancy Wang Committed by Commit Bot

Enable the adaptive icon flag.

BUG=1083331

Change-Id: I281b0673b84c3ddcf518a42790defeb489554e9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2542929
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828073}
parent 1a6ca177
...@@ -66,7 +66,7 @@ const base::Feature kAppActivityReporting{"AppActivityReporting", ...@@ -66,7 +66,7 @@ const base::Feature kAppActivityReporting{"AppActivityReporting",
#if !defined(OS_ANDROID) #if !defined(OS_ANDROID)
// App Service related flags. See components/services/app_service/README.md. // App Service related flags. See components/services/app_service/README.md.
const base::Feature kAppServiceAdaptiveIcon{"AppServiceAdaptiveIcon", const base::Feature kAppServiceAdaptiveIcon{"AppServiceAdaptiveIcon",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAppServiceExternalProtocol{ const base::Feature kAppServiceExternalProtocol{
"AppServiceExternalProtocol", base::FEATURE_DISABLED_BY_DEFAULT}; "AppServiceExternalProtocol", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kAppServiceIntentHandling{"AppServiceIntentHandling", const base::Feature kAppServiceIntentHandling{"AppServiceIntentHandling",
......
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