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

Unified Diff: content/common/child_process_messages.h

Issue 1875023002: Remove ChildProcessMsg_SetMojoParentPipeHandle message. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/browser/browser_child_process_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_process_messages.h
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index fd5fac49351ed1859d8b71c9bc3229b4df0a6d70..3215a1dca6dc8f4ea905ef23d8839fc3e1d40d58 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -118,10 +118,6 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildNonPersistentHistogramData,
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
bool /* background */)
-// Sends a pipe used by the child process to broker passing of Mojo handles.
-IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetMojoParentPipeHandle,
- IPC::PlatformFileForTransit /* handle */)
-
////////////////////////////////////////////////////////////////////////////////
// Messages sent from the child process to the browser.
« no previous file with comments | « content/browser/browser_child_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698