commit | d99ff6fb66aac7d116845d3d4e610872db84b9f3 | [log] [tgz] |
---|---|---|
author | Nicolas Ouellet-Payeur <nicolaso@chromium.org> | Fri Jun 11 16:15:34 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 11 16:15:34 2021 |
tree | 00563d3f1550cffa574b9ddcf71b14180a30f316 | |
parent | 02cd26493f548bfbd645fd9f9a65e344b9d9f58a [diff] |
[Extensions] Migrate socket_api.cc to SocketApiFunction The new SocketApiFunction class has a more simple API than SocketAsyncApiFunction. Change extension functions in socket_api.cc so they extend SocketApiFunction. Bug: 1200440 Change-Id: Ibff377dcb898dd4ad5b8ff0a7ae7e106d7972a2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2944561 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#891673}
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.