commit | ec473f59870fe1bcc6db79970634e8ddb1cf78b3 | [log] [tgz] |
---|---|---|
author | Sukrit Ganesh <sukritganesh@google.com> | Tue Aug 16 15:34:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 16 15:34:09 2022 |
tree | b5ff4b6093b9316d2b9faec563184f238fca3cee | |
parent | 8265dd2536f0cd331e0e37186206d8b8627a8660 [diff] |
Creating Subclasses of Opt to hold different Opt records. Currently, the Opt class holds an Opt record without a dedicated subclass. This CL involves creating a subclass of Opt for each specific Opt record, along with an UnknownOpt subclass to contain Opt records without a specific subclass, as well as making Opt an abstract class. Bug: 1347517 Change-Id: Iccdbac2fdc1b3c54e2f6ade2c6e4a6217722c3bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3821163 Commit-Queue: Sukrit Ganesh <sukritganesh@google.com> Reviewed-by: Dan McArdle <dmcardle@chromium.org> Reviewed-by: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/main@{#1035523}
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.