Commit 969d9fc3 authored by David Black's avatar David Black Committed by Chromium LUCI CQ

Enable holding space previews in shelf by default.

When holding space is enabled and the holding space has content, file
thumbnails will show in the shelf. The user can enable/disable this
behavior via context menu.

Bug: 1155387
Change-Id: Ie7e6a56d677473ca19b70b98bb383db082ace2b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605397Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: David Black <dmblack@google.com>
Cr-Commit-Position: refs/heads/master@{#840238}
parent e48617b1
...@@ -147,7 +147,7 @@ const base::Feature kTemporaryHoldingSpace{"TemporaryHoldingSpace", ...@@ -147,7 +147,7 @@ const base::Feature kTemporaryHoldingSpace{"TemporaryHoldingSpace",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kTemporaryHoldingSpacePreviews{ const base::Feature kTemporaryHoldingSpacePreviews{
"TemporaryHoldingSpacePreviews", base::FEATURE_DISABLED_BY_DEFAULT}; "TemporaryHoldingSpacePreviews", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kDragUnpinnedAppToPin{"DragUnpinnedAppToPin", const base::Feature kDragUnpinnedAppToPin{"DragUnpinnedAppToPin",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
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