| commit | 1c59d6edaad9f59a8c92c0c20f76cea72f67074c | [log] [tgz] |
|---|---|---|
| author | Keigo Oka <oka@google.com> | Tue Jul 01 10:16:11 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 01 10:16:11 2025 |
| tree | 5ab42cb3d7991b944a404194c3ca9117c881b7a3 | |
| parent | d26dc55b385da0ab4f7dd30c0f959a8770b7822a [diff] |
Remove unused caller argument from EventForwarder The EventForwarder instance was being passed as a JNI argument to its native methods, but was not being used. This commit removes this redundant argument, simplifying the JNI boundary. Bug: 417078839 Change-Id: Icaf81d1bc6da2745ac9c54a6b1f04f193c0b9b6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6687332 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Auto-Submit: Keigo Oka <oka@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/main@{#1480951}
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.
If you found a bug, please file it at https://crbug.com/new.