From dabe607133c5b62e6b0134017f35cb87d0d4f3b6 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 17 Mar 2009 00:52:35 +0000 Subject: Hide the details about ResourceDispatcherHost messages from child processes. The usage of RDH is now like RD, the client sends the message to RDH to see if it should handle it. I added methods to the Receiver interface so that RDH can get to the process id/handle/type when starting requests. Review URL: http://codereview.chromium.org/42202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11816 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/child_process_info.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/child_process_info.cc') diff --git a/chrome/common/child_process_info.cc b/chrome/common/child_process_info.cc index 1521dab..5ef4469 100644 --- a/chrome/common/child_process_info.cc +++ b/chrome/common/child_process_info.cc @@ -60,6 +60,7 @@ ChildProcessInfo::ChildProcessInfo(ProcessType type) { // just a simple object that contains information about it. So add it to our // list of running processes. type_ = type; + pid_ = -1; } -- cgit v1.1