commit | 0476932294da8809a19189b9f54cee11d50cc512 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <[email protected]> | Tue Oct 29 10:09:27 2019 |
committer | Commit Bot <[email protected]> | Tue Oct 29 10:09:27 2019 |
tree | 1a0da35269902d06fcb7a74dda4529bd18c0604b | |
parent | dd4c907b0f8599c789bca5a605a9af73c519a9a5 [diff] |
Fix layering violation in //components/translate/ios/browser As documented in //components/README.md, code in components must not depend on higher-level layers of the Chromium codebase, including //ios/chrome. Move ukm_url_recorder.* and tests from ios/chrome/browser/metrics to components/ukm/ios (to parallel the version in content that is found in components/ukm/content). Fix UkmUrlRecorderTest to use WebTestWithWebState instead of the unavailable (due to layering violation) ChromeWebTest. Bug: 754895 Change-Id: I829486037063f16fe5fca5b7617017c0530a1859 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878649 Auto-Submit: Sylvain Defresne <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Reviewed-by: Robert Kaplow <[email protected]> Reviewed-by: Olivier Robin <[email protected]> Commit-Queue: Sylvain Defresne <[email protected]> Cr-Commit-Position: refs/heads/master@{#710273}
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 .