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

Unified Diff: content/app/content_main_runner.cc

Issue 1137453002: content: Pass IOSurface references using Mach IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove parameter from MachBroker::InitChildProcess Created 5 years, 7 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 | « no previous file | content/browser/child_process_launcher.cc » ('j') | content/common/mac/io_surface_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/content_main_runner.cc
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index d29618ae48769806ecfdcad6f5e629f2651fae70..df6138bb87a7ce11bf18571b15e9640cf6c1bdb9 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -660,7 +660,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
if (!process_type.empty() &&
(!delegate_ || delegate_->ShouldSendMachPort(process_type))) {
- MachBroker::ChildSendTaskPortToParent();
+ MachBroker::InitChildProcess();
}
#elif defined(OS_WIN)
SetupCRT(command_line);
« no previous file with comments | « no previous file | content/browser/child_process_launcher.cc » ('j') | content/common/mac/io_surface_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698