commit | d164ac8a32a77fd0acd79eddc5b51ade3b31c70d | [log] [tgz] |
---|---|---|
author | Basia Zimirska <basiaz@google.com> | Wed Mar 03 17:13:58 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 03 17:13:58 2021 |
tree | 31a897c4b7e9f564170f21138e8cba63c4abcf9f | |
parent | 538d685a6198cf31ae2abc1fff88849a48fa71fe [diff] |
Removing now unneeded code for translate info bar. Initially I planned to include more information about translate content languages in c++, but it turns out that the more optimal solution is to only use language codes in c++ and retrieve names and native names in Java. That was done in the previous CL, in this cl I'm removing API for names and native names in c++ that we don't need anymore. Bug: 1173577 Change-Id: Ibbedd9b1bde5d9c99afe91786ef681d99bcb8501 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2727783 Commit-Queue: Basia Zimirska <basiaz@google.com> Reviewed-by: Filip Gorski <fgorski@chromium.org> Reviewed-by: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#859424}
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.