From bca7c76708234959efe907c85bb729df27db1e7f Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Tue, 11 Aug 2009 00:23:19 +0000 Subject: Provide a separate app bundle for subprocesses like the renderer on the Mac. Remove LSUIElement and related hacks from the browser's app bundle. BUG=8044 TEST=Observe one Chromium and one or more Chromium Helper processes in Activity Monitor Review URL: http://codereview.chromium.org/164177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22981 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/child_process_host.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chrome/common/child_process_host.h') diff --git a/chrome/common/child_process_host.h b/chrome/common/child_process_host.h index 926bdd2..95b97b6 100644 --- a/chrome/common/child_process_host.h +++ b/chrome/common/child_process_host.h @@ -22,6 +22,13 @@ class ChildProcessHost : public ResourceDispatcherHost::Receiver, public: virtual ~ChildProcessHost(); + // Returns the pathname to be used for a child process. If a subprocess + // pathname was specified on the command line, that will be used. Otherwise, + // the default child process pathname will be returned. On most platforms, + // this will be the same as the currently-executing process. On failure, + // returns an empty wstring. + static std::wstring GetChildPath(); + // ResourceDispatcherHost::Receiver implementation: virtual bool Send(IPC::Message* msg); -- cgit v1.1