commit | 5cda6e4497a285cc0287a62b20735dba165d75b4 | [log] [tgz] |
---|---|---|
author | Pi-Hsun Shih <pihsun@chromium.org> | Fri Jul 23 08:03:00 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 23 08:03:00 2021 |
tree | 0a7a329e3a2dc9e507e60064f907dd7c6102ecd9 | |
parent | 32fb40b0afc95d96c6e0615f5c300f2ab19d2b72 [diff] |
CCA: Change preferredResolutionChangeListener_ to protected. The property is used in inherited classes. Change it from private to protected. This drops the error of `cca.py tsc` from 151 to 147. Bug: b/172340451 Test: cca.py tsc Change-Id: I2ada96f044dbe7b966b51c7cc6e76bbeaeafc573 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3047548 Reviewed-by: Shik Chen <shik@chromium.org> Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org> Cr-Commit-Position: refs/heads/master@{#904669}
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.