commit | e688e55e34dc94c9461d4ec6fa106c314110bc8c | [log] [tgz] |
---|---|---|
author | Kyra Seevers <kyraseevers@chromium.org> | Fri Jun 06 17:28:46 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 06 17:28:46 2025 |
tree | ad5d04f41ef0ad19c64c2d7625d7b68efbbd649c | |
parent | 7d1e4a32037d010adfefaca66a706ef0dd3a21dd [diff] |
Changing referrer to be empty in EnsureCorrectOrder test case In HistoryServiceUnittest, we manually construct the HistoryAddPageArgs for the test case EnsureCorrectOrder. When calculating a triple-partition key from a HistoryAddPageArgs request, we use the optional `top_level_url` and `frame_url` parameters. This was corrected from using `top_level_url` and `referrer` in https://chromium-review.googlesource.com/c/chromium/src/+/6437866. Now that we have a separate `frame_url` parameter, we no longer need to provide a value for `referrer` in this test. In fact, we should replace the referrer with the empty GURL() to ensure that `frame_url` is being utilized correctly. Change-Id: I8ff8312571c24fa98826f29dd1330ac3d9d0cfdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6624882 Reviewed-by: manuk hovanesian <manukh@chromium.org> Commit-Queue: Kyra Seevers <kyraseevers@chromium.org> Cr-Commit-Position: refs/heads/main@{#1470630}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.