commit | 0895098668862a1b19afab263e9c32c02944affe | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Tue Apr 26 18:57:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 26 18:57:23 2022 |
tree | 1604f5c0db0fa19b59791b9cea5f5336aec0bd10 | |
parent | 22fb57cf202f8697feabc95823a74cf1032e14e1 [diff] |
Remove Java SendTabToSelfEntry No behavior is changed, all of this is (surprisingly) dead code. The motivation here is SendTabToSelfEntry's API will soon change, so deleting the Java binding spares maintaining it. An interesting point is the notion of failure in SendTabToSelfAndroidBridge.addEntry() is kept by returning a boolean, even though failures are never checked on the Java side, even before this CL. Bug: 1319413 Change-Id: I619dc1bbfa6649f69ffd2862338ab5902fd95fce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3606083 Commit-Queue: Victor Vianna <victorvianna@google.com> Auto-Submit: Victor Vianna <victorvianna@google.com> Reviewed-by: Sophey Dong <sophey@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/main@{#996305}
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.