commit | 6d14fa7fdf1cd19b6326d289654f589f21989827 | [log] [tgz] |
---|---|---|
author | Kevin McNee <mcnee@chromium.org> | Thu Feb 01 00:52:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 00:52:48 2024 |
tree | 8b9d105d28f230b05c22a899193e07f57e330927 | |
parent | 80ef8e9158d2e9ee094b62e5d9fdfc7dd617b0e3 [diff] |
Remove CHECK_IS_TEST in UMABrowsingActivityObserver::TabHelper::NavigationEntryCommitted This doesn't seem to hold and it's not clear why. Anyway, the CHECK isn't all that helpful. Doing nothing would be consistent with the behaviour of this class before it was migrated off of NotificationService. Bug: 1523758 Change-Id: Ie2023c6c3ce67721a796ee25910428843017b630 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5254305 Auto-Submit: Kevin McNee <mcnee@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1254851}
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.