commit | 32f95a095da3710622d0fc12fe03d2421063e504 | [log] [tgz] |
---|---|---|
author | Mounir Lamouri <[email protected]> | Fri Apr 26 22:35:37 2019 |
committer | Commit Bot <[email protected]> | Fri Apr 26 22:35:37 2019 |
tree | 3afb5fec8b8d5820b018b29a339aecbf52eb2671 | |
parent | e32c706c7c1a2b52df0c9e2ebb8ef14c5cfa2080 [diff] [blame] |
Media Engagement: use url::Origin in the internal API instead of GURL. This is updating a few methods in the service and score objects to take an url::Origin and updates the callers accordingly. Bug: 951956 Change-Id: Ib7474166d08d2e3616a05ff036638023f32be62d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564548 Commit-Queue: Mounir Lamouri <[email protected]> Reviewed-by: Becca Hughes <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#654639}
diff --git a/content/BUILD.gn b/content/BUILD.gn index 170eb3e..ee7f2d1 100644 --- a/content/BUILD.gn +++ b/content/BUILD.gn
@@ -126,6 +126,7 @@ ] deps = [ "//content/browser/process_internals:mojo_bindings_js", + "//url/mojom:url_mojom_origin_js", ] }