Provide a Mojo equivalent of ThreadSafeSender.
Introduces the ThreadSafeAssociatedInterfacePtrProvider class that provides functionalities similar to the content::ThreadSafeSender. You create it with a ChannelProxy and you can then retrieve ThreadSafeInterfacePtr's from it that you can call methods on from any thread and even before the actual channel is connected. BUG=668317 Review-Url: https://codereview.chromium.org/2522333002 Cr-Commit-Position: refs/heads/master@{#435005}
Showing
Please register or sign in to comment