commit | 1c20e7b529099d1a1592ac45a78a39758a086fb4 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed May 22 18:45:33 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 22 18:45:33 2019 |
tree | 4ea576b1e674058a39a38eb1e81187734e2d1998 | |
parent | d49831516b1840cc2ac1599ddd327060d07b184c [diff] |
Avoid having two kImageFetcherUmaClientName in chrome/browser/search In some extreme (non default) jumbo builds, the two kImageFetcherUmaClientName would end up in the same translation unit and break those builds. Since they represent two different strings, this patch gives them unique names. Bug: 874325 Change-Id: I4f69d78b7ce9f15a9907f6356f21affd506579a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1621177 Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Kyle Milka <kmilka@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#662285}
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 .