Commit d36fdf9f authored by Fergus Dall's avatar Fergus Dall Committed by Chromium LUCI CQ

Add CrostiniUseDlc to IsFeatureEnabled call

vmc needs a way to tell where to look for the termina image.

Bug: 1128743
Change-Id: Iad8054ead04282f8a9861ddff71fa7528e6bba03
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622353
Commit-Queue: Fergus Dall <sidereal@google.com>
Auto-Submit: Fergus Dall <sidereal@google.com>
Reviewed-by: default avatarRyo Hashimoto <hashimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842856}
parent c7962b24
...@@ -141,6 +141,7 @@ void ChromeFeaturesServiceProvider::IsFeatureEnabled( ...@@ -141,6 +141,7 @@ void ChromeFeaturesServiceProvider::IsFeatureEnabled(
&arc::kFilePickerExperimentFeature, &arc::kFilePickerExperimentFeature,
&arc::kNativeBridgeToggleFeature, &arc::kNativeBridgeToggleFeature,
&features::kSessionManagerLongKillTimeout, &features::kSessionManagerLongKillTimeout,
&features::kCrostiniUseDlc,
}; };
dbus::MessageReader reader(method_call); dbus::MessageReader reader(method_call);
......
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