commit | b72fa0584150d207cd45d86cc2f4b7f77802cdee | [log] [tgz] |
---|---|---|
author | Minoru Chikamune <chikamune@chromium.org> | Tue Aug 02 03:07:29 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 02 03:07:29 2022 |
tree | cff72ce7e613eb910688ef2d88f4f312de636249 | |
parent | ff514010cdd841838a2ccc8f8335b0afdc2e1314 [diff] |
Avoid using the default feature param when the feature is disabled This CL is a follow up CL of https://crrev.com/c/3781826. GetLazyAdsSkipFrameCount() and GetLazyEmbedsSkipFrameCount() started checking if these are not called when the features are disabled. This CL applies the same check to GetLazyEmbedsTimeoutMs() and GetLazyAdsTimeoutMs(). Bug: 1346532 Change-Id: Ie5a1069655b5f9ad4c4ac896c29c50953e3b5aa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3780335 Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/main@{#1030379}
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.