RemoteRWHVMac: Rename LocalClient to ClientHelper
The interface RenderWidgetHostNSViewLocalClient provides a set of helper functions that add functionality to a RenderWidgetHostNSViewClient. These functions may be implemented directly using that Client, or using a side-channel. The naming of this class is very confusing as we add the ability to have local (in-process) and remote (out-of-process) clients. To this end, rename this to a name that more closely mirrors the names in ui/views and doesn't these naming ambiguities. Move the ForwardingLocalClient from render_widget_host_view_cocoa.mm over to a new render_widget_host_ns_view_client_helper.mm. Change the instance which is created as a dummy pipe to always be identified as a dummy pipe. Bug: 821651 Change-Id: I1dd130ddbed46d4854a065fa3d629b7f9833824c Reviewed-on: https://chromium-review.googlesource.com/1239641Reviewed-by:Avi Drissman <avi@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#593601}
Showing
This diff is collapsed.
Please register or sign in to comment