forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block usage of handle<shared_buffer> in Chrome mojom files.
Chrome Mojo interfaces should prefer one of the higher-level primitives built on top of the native Mojo handle<shared_buffer>: - mojo_base.mojom.ReadOnlySharedMemoryRegion - mojo_base.mojom.WritableSharedMemoryRegion - mojo_base.mojom.UnsafeSharedMemoryRegion Fixed: 1132241 Change-Id: I082d512594db6cedb9146928e40f7387a492bbe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3526187 Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#981728}
- Loading branch information
1 parent
c1920ef
commit 92c15e3
Showing
2 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters