Commit 3e450a89 authored by Yue Li's avatar Yue Li Committed by Commit Bot

Enable Assistant web container for Launcher UI experiment

Bug: b/144383302
Test: Manual Test
Change-Id: I54dee29269111170716376762f94eef1a63e2a9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915105Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
Commit-Queue: Yue Li <updowndota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715398}
parent 517c1286
...@@ -157,7 +157,7 @@ bool IsVoiceMatchDisabled() { ...@@ -157,7 +157,7 @@ bool IsVoiceMatchDisabled() {
} }
bool IsAssistantWebContainerEnabled() { bool IsAssistantWebContainerEnabled() {
return app_list_features::IsAssistantLauncherUIEnabled() && return app_list_features::IsAssistantLauncherUIEnabled() ||
base::FeatureList::IsEnabled(kEnableAssistantWebContainer); base::FeatureList::IsEnabled(kEnableAssistantWebContainer);
} }
......
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