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

Unified Diff: content/child/child_thread_impl.h

Issue 1387963004: Create a broker interface for the new Mojo EDK so that the browser can create and duplicate messa... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: presubmit whitespace error Created 5 years, 1 month 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
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index eb90f703da1de3a2675563723eaeaed6688d74fa..9d9f95d0cad40f81597a7610dbf4550b556c91eb 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -235,6 +235,9 @@ class CONTENT_EXPORT ChildThreadImpl
#ifdef IPC_MESSAGE_LOG_ENABLED
void OnSetIPCLoggingEnabled(bool enable);
#endif
+#if defined(OS_WIN)
+ void OnSetMojoParentPipeHandle(const IPC::PlatformFileForTransit& file);
+#endif
#if defined(USE_TCMALLOC)
void OnGetTcmallocStats();
#endif

Powered by Google App Engine
This is Rietveld 408576698