Commit cbeb2096 authored by Omid Tourzan's avatar Omid Tourzan Committed by Commit Bot

[files-progress] Enable TransferDetails flag

Bug: 953308
Change-Id: I2315038143d708324783eaa788cb08d277b0d4c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397035
Commit-Queue: Omid Tourzan <oto@chromium.org>
Reviewed-by: default avatarAlex Danilo <adanilo@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810057}
parent bd0ede34
...@@ -245,7 +245,7 @@ const base::Feature kFilesSWA{"FilesSWA", base::FEATURE_DISABLED_BY_DEFAULT}; ...@@ -245,7 +245,7 @@ const base::Feature kFilesSWA{"FilesSWA", base::FEATURE_DISABLED_BY_DEFAULT};
// Enable file transfer details in progress center. // Enable file transfer details in progress center.
const base::Feature kFilesTransferDetails{"FilesTransferDetails", const base::Feature kFilesTransferDetails{"FilesTransferDetails",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Enables filters in Files app Recents view. // Enables filters in Files app Recents view.
const base::Feature kFiltersInRecents{"FiltersInRecents", const base::Feature kFiltersInRecents{"FiltersInRecents",
......
...@@ -13,7 +13,7 @@ loadTimeData.overrideValues({ ...@@ -13,7 +13,7 @@ loadTimeData.overrideValues({
'DRIVE_BIDIRECTIONAL_NATIVE_MESSAGING_ENABLED': false, 'DRIVE_BIDIRECTIONAL_NATIVE_MESSAGING_ENABLED': false,
'FILES_NG_ENABLED': true, 'FILES_NG_ENABLED': true,
'FILES_SINGLE_PARTITION_FORMAT_ENABLED': false, 'FILES_SINGLE_PARTITION_FORMAT_ENABLED': false,
'FILES_TRANSFER_DETAILS_ENABLED': false, 'FILES_TRANSFER_DETAILS_ENABLED': true,
'FILTERS_IN_RECENTS_ENABLED': false, 'FILTERS_IN_RECENTS_ENABLED': false,
'FEEDBACK_PANEL_ENABLED': false, 'FEEDBACK_PANEL_ENABLED': false,
'GOOGLE_DRIVE_REDEEM_URL': 'http://www.google.com/intl/en/chrome/devices' + 'GOOGLE_DRIVE_REDEEM_URL': 'http://www.google.com/intl/en/chrome/devices' +
......
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