| commit | 0326c829abb087151e81681aaf023287433ff686 | [log] [tgz] |
|---|---|---|
| author | Shakti Sahu <shaktisahu@chromium.org> | Sat Dec 13 19:42:21 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 13 19:42:21 2025 |
| tree | 2abbfe136450ae851c084b4b9b7bea9c9c642483 | |
| parent | 07ec50ee9947025d3fd7b5de56635e442b712413 [diff] |
[contextual_tasks] Introduced ContextualTaskContext::ContainsURL This CL adds a method ContextualTaskContext::ContainsURL which can use a client provided URLDeduplicationHelper to determine whether the context contains a URL or not. Deduplication helper strips out some parts of the URL to simplify it for matching purposes. Bug: None Change-Id: I50d114a39a4c4fe9cd9591a50400efaebb7257ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7256996 Reviewed-by: Min Qin <qinmin@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1558450}
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.