Commit 558ec1da authored by Weidong Guo's avatar Weidong Guo Committed by Commit Bot

Enable new style launcher by default

1. Fix test error ArcAppModelBuilderTest.IconLoadNonSupportedScales
   which is caused by icon file path not found. 64px icon is supported
   by CL http://go/cgcl/1154136. Test fails because the icon size with
   2.0 scale factor, namely 128px, cannot be found, so add those icons.
2. Enable feature flag by default.

Bug: 871444
Change-Id: I9f54f71cfb8cf2fbd73dcb2f9b7da514a231ad0f
Reviewed-on: https://chromium-review.googlesource.com/1164243
Commit-Queue: Weidong Guo <weidongg@chromium.org>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581140}
parent 3be6290c
...@@ -26,7 +26,7 @@ const base::Feature kEnableSettingsShortcutSearch{ ...@@ -26,7 +26,7 @@ const base::Feature kEnableSettingsShortcutSearch{
const base::Feature kEnableAppsGridGapFeature{"EnableAppsGridGapFeature", const base::Feature kEnableAppsGridGapFeature{"EnableAppsGridGapFeature",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kEnableNewStyleLauncher{"EnableNewStyleLauncher", const base::Feature kEnableNewStyleLauncher{"EnableNewStyleLauncher",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kEnableContinueReading{"EnableContinueReading", const base::Feature kEnableContinueReading{"EnableContinueReading",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableZeroStateSuggestions{ const base::Feature kEnableZeroStateSuggestions{
......
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