Use content::FrameOwnerProperties instead of blink::WebFrameOwnerProperties in content/
In https://codereview.chromium.org/2146803004 we introduced
content::FrameOwnerProperties which was used to transport
blink::WebFrameOwnerProperties over IPC. This CL changes content/ to use this
new struct wherever possible to avoid converting back and forth between the
two structs as much.
BUG=614608
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Review-Url: https://codereview.chromium.org/2156883002
Cr-Commit-Position: refs/heads/master@{#406504}
27 files changed