commit | eb941220c369b539dd889ca9e0672dadc8081d12 | [log] [tgz] |
---|---|---|
author | Peter Boström <[email protected]> | Sat Sep 19 00:22:44 2020 |
committer | Commit Bot <[email protected]> | Sat Sep 19 00:22:44 2020 |
tree | 51fccd9b89fca22a7b5d6c3c7691300f5ac95685 | |
parent | 33913b40e69a12eb3347ec83b34791cdcfc5b5a3 [diff] |
Inline simple DialogModel::Builder methods Most of these methods forward to |model_| and then return *this. Inlining these reduces boilerplate. Bug: 1106422 Change-Id: I19724548e73e117f32c38c88fae5c5beaf3f6741 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419142 Auto-Submit: Peter Boström <[email protected]> Commit-Queue: Scott Violet <[email protected]> Reviewed-by: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#808605}
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.
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.