commit | d49831516b1840cc2ac1599ddd327060d07b184c | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed May 22 18:45:03 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 22 18:45:03 2019 |
tree | 21144b653dce4b261b3ba05b602cc5f94f9507e2 | |
parent | 276d1ae4391fc649c1f6005921210d11744b38b0 [diff] |
[jumbo] Differentiate constants in usb_chooser and hid_chooser hid_chooser is based on usb_choose so naturally some constant names became the same, but in some (non-default; extreme) jumbo build configurations the hid chooser and the usb chooser compile in the same translation unit, and share the same anonymous namespace, and then the constant names clash. Bug: 890096 Change-Id: I1d10de81c09634af3c2dfffd95e02fe41a56e591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624195 Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#662284}
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 .