commit | be78bae7f5535054ba25b2f2020713ca58684b6c | [log] [tgz] |
---|---|---|
author | Takashi Toyoshima <toyoshim@chromium.org> | Mon Jul 03 08:40:34 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 03 08:40:34 2023 |
tree | d1a2c3a48e6ac38c548614c792a9b0ec2e206535 | |
parent | 2ae02bf316651142394c48f04641234e842d90b7 [diff] |
Prerender UKM: Ensure GetPageUkmSourceId is called only for primary page Convert DCHECK to CHECK to be aligned with the up-to-date guildeline, and ensure the page is the primary page before calling GetPageUkmSourceId that should not be called while prerendering. Bug: 1245014 Change-Id: I89d84392bf8cadd6fee23c0f65cf54b6826b6b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4644053 Reviewed-by: Yao Xiao <yaoxia@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1165226}
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.