commit | 791df2472817ca48ca2f576c6f607a8da3499633 | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Wed Mar 03 00:09:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 03 00:09:22 2021 |
tree | 671f0ff0d629053e2bb6a138c45724d324955ae6 | |
parent | 7c12fe7a90ea8c26b94ee7a7dff187144876ec11 [diff] |
Convert ExtensionMsg_CancelSuspend IPC messages to Mojo This CL migrates ExtensionMsg_CancelSuspend IPC to extensions.mojom.Renderer interface. Additionally, this CL renames CancelSuspend to CancelSuspendExtension to be aligned with the existing methods. Bug: 1180869 Change-Id: Icae6e7343dec4552a45461c9e80e1ebf24438881 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2720081 Reviewed-by: Karan Bhatia <karandeepb@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#859180}
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.