Skip to content

Commit

Permalink
assistant: Enable sandbox of Libassistant service
Browse files Browse the repository at this point in the history
This cl turns on the sandbox flag.

Bug: b/155328340
Test: manual
Change-Id: I327abaafd7c412e724e50b09c3c9659b711b2419
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2965655
Reviewed-by: Xiaohui Chen <[email protected]>
Commit-Queue: Tao Wu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#893146}
  • Loading branch information
wutao authored and Chromium LUCI CQ committed Jun 16, 2021
1 parent d11221a commit 5d6b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos/services/assistant/public/cpp/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const base::Feature kDisableVoiceMatch{"DisableVoiceMatch",
base::FEATURE_DISABLED_BY_DEFAULT};

const base::Feature kEnableLibAssistantSandbox{
"LibAssistantSandbox", base::FEATURE_DISABLED_BY_DEFAULT};
"LibAssistantSandbox", base::FEATURE_ENABLED_BY_DEFAULT};

bool IsAppSupportEnabled() {
return base::FeatureList::IsEnabled(
Expand Down

0 comments on commit 5d6b07c

Please sign in to comment.