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-14 03:48:25 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-14 03:48:25 +0000
commitaf77384b0a5d9151a9643bdd4323085fbe486121 (patch)
tree6e4beefa16cce5dce8c90333b2dc4cad57533d9c /base/process_posix.cc
parent182a7bcc0eabebd6cc372dd4ffbc62bafb9add46 (diff)
downloadchromium_src-af77384b0a5d9151a9643bdd4323085fbe486121.zip
chromium_src-af77384b0a5d9151a9643bdd4323085fbe486121.tar.gz
chromium_src-af77384b0a5d9151a9643bdd4323085fbe486121.tar.bz2
Linux build bustage fix.
Review URL: http://codereview.chromium.org/10737 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5449 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 8d210ba..d3f0f31 100644
--- a/base/process_posix.cc
+++ b/base/process_posix.cc
@@ -12,7 +12,7 @@ void Process::Close() {
process_ = 0;
}
-void Process::Terminate() {
+void Process::Terminate(int result_code) {
NOTIMPLEMENTED();
}