forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of Adds associated interface support to IPC::Channel (patchset #9
id:160001 of https://codereview.chromium.org/2137353002/ ) Reason for revert: Bah - forgot to update gyp properly. Surprised it got through the CQ... Original issue's description: > Adds associated interface support to IPC::Channel > > Provides a way of registering associated interface bindings with > an IPC::Channel endpoint and acquiring proxies to remote interfaces > on the other side. > > Support for this is exposed by IPC::Channel but only implemented > in IPC::ChannelMojo. > > This is part a series of CLs to support Channel-associated interfaces. > > BUG=612500 > > Committed: https://crrev.com/dc88e5075878f16cde23b910d2ce19aa862129e4 > Cr-Commit-Position: refs/heads/master@{#405316} TBR=yzshen@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=612500 Review-Url: https://codereview.chromium.org/2141253004 Cr-Commit-Position: refs/heads/master@{#405336}
- Loading branch information
Showing
13 changed files
with
10 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.