commit | 6b237bcf76d843f604c673b7fd4d531497eca791 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri Feb 02 22:51:01 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 02 22:51:01 2018 |
tree | 2f87e254679450e989a74b4fde963185d4686981 | |
parent | 6637caa008c30706ae700cd4cd9b90714c66190b [diff] |
Deduplicate some chrome/browser/android constants and helpers In jumbo builds many cc files compile in the same translation unit and then they share the same anonymous namespace. Having the same constants and helper functions in several files will then result in compilation failures. In preparation for jumbo in chrome/browser, this patch deduplicates the GetWebContents() helper function and the constants kOMADrmMessageMimeType, kOMADrmContentMimeType, kOMADrmRightsMimeType1, kOMADrmRightsMimeType2. Bug: 746957 Change-Id: Ie268f77c7a099a8de01ae08c70870306f38fc05a Reviewed-on: https://chromium-review.googlesource.com/897612 Reviewed-by: David Trainor <dtrainor@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#534182}
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 .