Commit abb40a00 authored by Austin Tankiang's avatar Austin Tankiang Committed by Commit Bot

Enable the enhanced format dialog flag by default

Bug: 735208
Change-Id: I0deb6bc039b23401b6b3c5549d6528e0895f5aa5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705911Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Commit-Queue: Austin Tankiang <austinct@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678532}
parent 1c348868
...@@ -71,7 +71,7 @@ const base::Feature kEnableFileManagerFeedbackPanel{ ...@@ -71,7 +71,7 @@ const base::Feature kEnableFileManagerFeedbackPanel{
// Enables the enhanced external media formatting dialog in the file manager, // Enables the enhanced external media formatting dialog in the file manager,
// with support for labelling and also NTFS/exFAT filesystems. // with support for labelling and also NTFS/exFAT filesystems.
const base::Feature kEnableFileManagerFormatDialog{ const base::Feature kEnableFileManagerFormatDialog{
"EnableFileManagerFormatDialog", base::FEATURE_DISABLED_BY_DEFAULT}; "EnableFileManagerFormatDialog", base::FEATURE_ENABLED_BY_DEFAULT};
// Enable the piex-wasm module for raw image preview image extraction. // Enable the piex-wasm module for raw image preview image extraction.
const base::Feature kEnableFileManagerPiexWasm{ const base::Feature kEnableFileManagerPiexWasm{
......
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