commit | 07a8cac954c7ac8df747f4c7b888c6955abdf027 | [log] [tgz] |
---|---|---|
author | Lowell Manners <[email protected]> | Tue Jun 04 16:48:07 2019 |
committer | Commit Bot <[email protected]> | Tue Jun 04 16:48:07 2019 |
tree | 70861d5a860493602d28184f606ffa6f0c4cf02b | |
parent | 621986724a22e60cb5e8e251ec0cd1b99ee4733c [diff] [blame] |
Mojofy FrameHostMsg_TransferUserActivationFrom. Bug: 786836 Change-Id: I37d56bedccfeb2f59f908b63d6782dc976aba76a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628732 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Camille Lamy <[email protected]> Commit-Queue: Lowell Manners <[email protected]> Cr-Commit-Position: refs/heads/master@{#665952}
diff --git a/content/common/frame.mojom b/content/common/frame.mojom index b0a7515..a7cb70c 100644 --- a/content/common/frame.mojom +++ b/content/common/frame.mojom
@@ -515,4 +515,11 @@ url.mojom.Url url, int32 error_code, mojo_base.mojom.String16 error_description); + + // Sent to the browser process to transfer the user activation state from the + // source frame to the frame sending this IPC. The browser will update the + // user activation state of the frames in the frame tree in the non-source and + // non-target renderer processes. + TransferUserActivationFrom(int32 source_routing_id); }; +