commit | a953038a1aad50889578698bf709a36041b1cf6e | [log] [tgz] |
---|---|---|
author | Lowell Manners <[email protected]> | Thu Aug 01 09:46:57 2019 |
committer | Commit Bot <[email protected]> | Thu Aug 01 09:46:57 2019 |
tree | 35c7b5eac16c52deaf9d83630a87ce0642e0b299 | |
parent | fbf6c0233937c526b0fe70484c7a17d7d61c29b5 [diff] [blame] |
Mojofy FrameHostMsg_FrameFocused. Since this is the first RenderFrameHostProxy/RenderFrameProxy method to be mojofied, this CL also adds the boilerplate for establishing a mojo connection between RenderFrameHostProxy/RenderFrameProxy. Change-Id: I9153eb01b7a5bef374823a067eaf793a48b6a3fe Bug: 786836 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643473 Commit-Queue: Lowell Manners <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#683111}
diff --git a/content/common/frame.mojom b/content/common/frame.mojom index 769b35b..453b32e4 100644 --- a/content/common/frame.mojom +++ b/content/common/frame.mojom
@@ -546,4 +546,7 @@ ShowCreatedWindow(int32 pending_widget_routing_id, ui.mojom.WindowOpenDisposition disposition, gfx.mojom.Rect rect, bool opened_by_user_gesture); + + // Sent by the renderer when the frame becomes focused. + FrameFocused(); };