summaryrefslogtreecommitdiffstats
path: root/base/process_posix.cc
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-11 22:35:19 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-11 22:35:19 +0000
commit2f15de4cf410a5d260958a84f7ff5acb5ed93b42 (patch)
tree23154cfe6dcb10d0af1349d5926820b10c602383 /base/process_posix.cc
parente688331d8e7086a71a55033a3ad14cc8b018799b (diff)
downloadchromium_src-2f15de4cf410a5d260958a84f7ff5acb5ed93b42.zip
chromium_src-2f15de4cf410a5d260958a84f7ff5acb5ed93b42.tar.gz
chromium_src-2f15de4cf410a5d260958a84f7ff5acb5ed93b42.tar.bz2
Remove some Windows-specific stuff from RenderProcessHost by having callers get the process handle and PID directly from the corresponding Process object.
Review URL: http://codereview.chromium.org/10608 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_posix.cc')
-rw-r--r--base/process_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_posix.cc b/base/process_posix.cc
index 2bc6b0c..73711db 100644
--- a/base/process_posix.cc
+++ b/base/process_posix.cc
@@ -6,7 +6,7 @@
#include "base/logging.h"
#include "base/process_util.h"
-bool Process::IsProcessBackgrounded() {
+bool Process::IsProcessBackgrounded() const {
return false;
}