0
Files
src/content/browser
Minoru Chikamune 68aacaf82c Fix possible bug in PreloadingDeciderTest.UmaRecallStats
PreloadingDeciderTest.UmaRecallStats checks TruePositives and
FalseNegatives on navigation. Before this CL, the test didn't wait for
UMA to be recorded, hence TruePositive and FalseNegative were 0. But we
should wait for UMA. This CL adds a waiting logic for UMA, and checks
TruePositives and FalseNegatives correctly.

This CL is a preparation CL for an upcoming
feature (https://crbug.com/396998476).

Bug: 396998476
Change-Id: If4e5502a22cad87db62412ef6ce704d9edb21cb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6284766
Commit-Queue: Minoru Chikamune <chikamune@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1422418}
2025-02-20 01:48:01 -08:00
..
2025-02-18 23:29:40 -08:00
2025-02-18 23:29:40 -08:00
2025-02-18 23:29:40 -08:00
2025-02-18 23:29:40 -08:00
2025-02-18 23:29:40 -08:00
2025-01-24 11:36:19 -08:00
2025-02-18 23:29:40 -08:00
2025-02-18 23:29:40 -08:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.