[go: nahoru, domu]

[M123][FSA] Disable the path that checks the blocklist for entries()

Different values are returned for each run, likely due to race
condition.

(cherry picked from commit ec284704100c749b6f78fd6e1f678589ede67ef5)

Bug: 328115444
Change-Id: I4655046684a44b254f5cbf02bfcf09994a5ad280
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5354890
Reviewed-by: Christine Hollingsworth <christinesm@chromium.org>
Commit-Queue: Daseul Lee <dslee@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1270330}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5362134
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6312@{#516}
Cr-Branched-From: 6711dcdae48edaf98cbc6964f90fac85b7d9986e-refs/heads/main@{#1262506}
diff --git a/content/browser/file_system_access/features.cc b/content/browser/file_system_access/features.cc
index 062a944..1604e375 100644
--- a/content/browser/file_system_access/features.cc
+++ b/content/browser/file_system_access/features.cc
@@ -36,7 +36,9 @@
 // once available.
              base::FEATURE_DISABLED_BY_DEFAULT);
 #else
-             base::FEATURE_ENABLED_BY_DEFAULT);
+// TODO(crbug.com/328115444): Temporarily disabled due to the bug returning
+// different results.
+             base::FEATURE_DISABLED_BY_DEFAULT);
 #endif  // BUILDFLAG(IS_WIN)
 
 }  // namespace content::features