commit | 64db9d523dc9ff21770d4e111598072dc1082aa4 | [log] [tgz] |
---|---|---|
author | Igor Ruvinov <[email protected]> | Fri Dec 04 22:54:19 2020 |
committer | Chromium LUCI CQ <[email protected]> | Fri Dec 04 22:54:19 2020 |
tree | c4e2703256645ef8b8422ecaacfa9ec56619f333 | |
parent | ca2b816cda93cffb93d0a5e19830c5e525ca07e8 [diff] |
Replace non-localized errors with message ID variants Replace non-localized AddError(std::string) instances with the variant which accepts a message ID (and optionally placeholder arguments). Remove AddError(std::string) variants to encourage developers to define localization-supported policy strings instead of hard-coding errors. Bug: 1153894 Change-Id: I014522a16e6bff74832c2de797763623037c7000 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566692 Commit-Queue: Igor Ruvinov <[email protected]> Reviewed-by: Alexander Hendrich <[email protected]> Reviewed-by: Julian Pastarmov <[email protected]> Reviewed-by: Yann Dago <[email protected]> Cr-Commit-Position: refs/heads/master@{#833905}
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.
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.