Commit 6f59508a authored by Abhijeet Singh's avatar Abhijeet Singh Committed by Commit Bot

Updating config string to include visibility bit in DeviceProperties.

Bug: b:143715504
Change-Id: I8f362488e8d79a90a2c294c3978e3c56e8ca5391
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1948810Reviewed-by: default avatarTao Wu <wutao@chromium.org>
Commit-Queue: Abhijeet Singh <siabhijeet@google.com>
Cr-Commit-Position: refs/heads/master@{#721773}
parent 10b31235
...@@ -82,6 +82,10 @@ std::string CreateLibAssistantConfig() { ...@@ -82,6 +82,10 @@ std::string CreateLibAssistantConfig() {
// the startup sequence when the version of LibAssistant has been upgraded. // the startup sequence when the version of LibAssistant has been upgraded.
internal.SetKey("override_ready_message", Value(true)); internal.SetKey("override_ready_message", Value(true));
// Set DeviceProperties.visibility to Visibility::PRIVATE.
// See //libassistant/shared/proto/device_properties.proto.
internal.SetKey("visibility", Value(1));
if (base::SysInfo::IsRunningOnChromeOS()) { if (base::SysInfo::IsRunningOnChromeOS()) {
Value logging(Type::DICTIONARY); Value logging(Type::DICTIONARY);
// Redirect libassistant logging to /var/log/chrome/ if has the switch, // Redirect libassistant logging to /var/log/chrome/ if has the switch,
......
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