Commit aa9e9be7 authored by nancylingwang's avatar nancylingwang Committed by Commit Bot

Enable the adaptive icon flag.

BUG=1083331

Change-Id: I91aa539a469d25dc283305def73287fdd34c114c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308624
Commit-Queue: Nancy Wang <nancylingwang@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795448}
parent 1e36ed7e
...@@ -53,7 +53,7 @@ const base::Feature kShow10_9ObsoleteInfobar{"Show109ObsoleteInfobar", ...@@ -53,7 +53,7 @@ const base::Feature kShow10_9ObsoleteInfobar{"Show109ObsoleteInfobar",
const base::Feature kAppServiceIntentHandling{"AppServiceIntentHandling", const base::Feature kAppServiceIntentHandling{"AppServiceIntentHandling",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAppServiceAdaptiveIcon{"AppServiceAdaptiveIcon", const base::Feature kAppServiceAdaptiveIcon{"AppServiceAdaptiveIcon",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif // !defined(OS_ANDROID) #endif // !defined(OS_ANDROID)
// Enables the built-in DNS resolver. // Enables the built-in DNS resolver.
......
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