Commit 262ece47 authored by Varun Khaneja's avatar Varun Khaneja Committed by Commit Bot

Enable the feature to inspect the names of files contained in .rar files

Bug: 750327
Change-Id: I1e29f70a8628f7ac85f66d86a5949ee4a3477545
Reviewed-on: https://chromium-review.googlesource.com/c/1278956Reviewed-by: default avatarDaniel Rubery <drubery@chromium.org>
Commit-Queue: Varun Khaneja <vakh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599326}
parent da6c8bfc
...@@ -43,7 +43,7 @@ const base::Feature kForceEnableResetPasswordWebUI{ ...@@ -43,7 +43,7 @@ const base::Feature kForceEnableResetPasswordWebUI{
"ForceEnableResetPasswordWebUI", base::FEATURE_DISABLED_BY_DEFAULT}; "ForceEnableResetPasswordWebUI", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kInspectDownloadedRarFiles{ const base::Feature kInspectDownloadedRarFiles{
"InspectDownloadedRarFiles", base::FEATURE_DISABLED_BY_DEFAULT}; "InspectDownloadedRarFiles", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSuspiciousSiteTriggerQuotaFeature{ const base::Feature kSuspiciousSiteTriggerQuotaFeature{
"SafeBrowsingSuspiciousSiteTriggerQuota", base::FEATURE_ENABLED_BY_DEFAULT}; "SafeBrowsingSuspiciousSiteTriggerQuota", base::FEATURE_ENABLED_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