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

Unified Diff: chrome/browser/child_process_launcher.cc

Issue 536009: Revert 35888 - Mac: Other approach for IPCing child task_ts.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 11 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 | « chrome/browser/browser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/child_process_launcher.cc
===================================================================
--- chrome/browser/child_process_launcher.cc (revision 35889)
+++ chrome/browser/child_process_launcher.cc (working copy)
@@ -23,10 +23,6 @@
#include "chrome/browser/renderer_host/render_sandbox_host_linux.h"
#endif
-#if defined(OS_MACOSX)
-#include "chrome/browser/mach_broker_mac.h"
-#endif
-
#if defined(OS_POSIX)
#include "base/global_descriptors_posix.h"
#endif
@@ -167,14 +163,6 @@
// Actually launch the app.
if (!base::LaunchApp(cmd_line->argv(), env, fds_to_map, false, &handle))
handle = base::kNullProcessHandle;
-
-
-#if defined(OS_MACOSX)
-task_t foobar(pid_t pid);
- MachBroker::instance()->RegisterPid(
- handle,
- MachBroker::MachInfo().SetTask(foobar(handle)));
-#endif
}
#endif
« no previous file with comments | « chrome/browser/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698