Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Unified Diff: ipc/ipc.mojom

Issue 2201183005: Eliminate kMojoChannelToken usage for render processes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.mojom
diff --git a/ipc/ipc.mojom b/ipc/ipc.mojom
index 2896fc2ca224dd46e0a5dc4e0ddd827cb7a90e42..292a53b4e714b9a7d9ba98bed0c3d5488f729bf5 100644
--- a/ipc/ipc.mojom
+++ b/ipc/ipc.mojom
@@ -32,3 +32,6 @@ interface Channel {
// Requests a Channel-associated interface.
GetAssociatedInterface(string name, associated GenericInterface& request);
};
+
+// A strictly nominal interface used to identify Channel bootstrap requests.
+interface ChannelBootstrap {};
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698