commit | 44b344d9a320483760b53fa9a5cff9b53231835f | [log] [tgz] |
---|---|---|
author | Liquan (Max) Gu <maxlg@chromium.org> | Tue Dec 15 21:28:43 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 15 21:28:43 2020 |
tree | b303c2dcb8808802063441746e2032c065ad5f0d | |
parent | 79f842acfe6ac3b10960486ae4cd767e194a2976 [diff] |
[WebLayer] Combine two init methods This CL inlines initAndValidate() in init(). This CL causes no behavioural change. Other changes: * The result of getValidatedMethodData() is null-check before used. Bug: 1157847 Change-Id: Ie2fcc98f4089cb3cdf196794c5440cf232af115c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592192 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#837255}
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.