Skip to content

Commit

Permalink
[FilesTrash] Enable trash by default
Browse files Browse the repository at this point in the history
We're aiming to land in M108. Let's enable the flag by default to ensure
adequate time between now and branch.

Bug: b:249397839
Test: browser_tests, unit_tests, FileManagerJsTest
Test: CQ
Change-Id: I6e62ed3dfcf0bf6babde9e7a90cee3060234a60f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3924656
Reviewed-by: Luciano Pacheco <lucmult@chromium.org>
Commit-Queue: Ben Reich <benreich@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1052210}
  • Loading branch information
ben-reich authored and Chromium LUCI CQ committed Sep 28, 2022
1 parent 963e127 commit f9368ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash/constants/ash_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ BASE_FEATURE(kFilesSinglePartitionFormat,
base::FEATURE_DISABLED_BY_DEFAULT);

// Enable files app trash.
BASE_FEATURE(kFilesTrash, "FilesTrash", base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kFilesTrash, "FilesTrash", base::FEATURE_ENABLED_BY_DEFAULT);

// Enables filters in Files app Recents view V2.
BASE_FEATURE(kFiltersInRecentsV2,
Expand Down

0 comments on commit f9368ed

Please sign in to comment.