diff options
author | abeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 18:57:24 +0000 |
---|---|---|
committer | abeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 18:57:24 +0000 |
commit | 84818e9ec2de7346183fd46d8ff56b57d2902bda (patch) | |
tree | 0f3c09e97d4b75351cb4a0d543a11f9438e48484 /chrome/common/service_process_util.cc | |
parent | 5442ecb6ca42b4873a4f089f9a18e81d7ab3dcd1 (diff) | |
download | chromium_src-84818e9ec2de7346183fd46d8ff56b57d2902bda.zip chromium_src-84818e9ec2de7346183fd46d8ff56b57d2902bda.tar.gz chromium_src-84818e9ec2de7346183fd46d8ff56b57d2902bda.tar.bz2 |
Fix to bug 75303
Makes the sun_path an absolute path("/tmp/pipe_name") to allow IPC between processes with different working directories
BUG=75303 TEST=NONE
Review URL: http://codereview.chromium.org/7167017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/service_process_util.cc')
-rw-r--r-- | chrome/common/service_process_util.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc index 1f9cd76..636b1ea 100644 --- a/chrome/common/service_process_util.cc +++ b/chrome/common/service_process_util.cc @@ -153,11 +153,6 @@ bool GetServiceProcessData(std::string* version, base::ProcessId* pid) { return false; } -// Gets the name of the service process IPC channel. -IPC::ChannelHandle GetServiceProcessChannel() { - return GetServiceProcessScopedVersionedName("_service_ipc"); -} - #endif // !OS_MACOSX ServiceProcessState::ServiceProcessState() : state_(NULL) { |