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/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index c479113..0553fec 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc
@@ -6179,7 +6179,7 @@ // the outer WebContents FrameTreeNode is at |source|'s SiteInstance. // Transfer the focus to the inner WebContents if the outer WebContents is // focused. This branch is used when an inner WebContents is focused through - // its RenderFrameProxyHost (via FrameHostMsg_FrameFocused IPC, used to + // its RenderFrameProxyHost (via FrameFocused mojo call, used to // implement the window.focus() API). if (GetFocusedWebContents() == GetOuterWebContents()) SetAsFocusedWebContentsIfNecessary();