summaryrefslogtreecommitdiffstats
path: root/chrome/common/multi_process_lock.h
diff options
context:
space:
mode:
authorrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 19:56:35 +0000
committerrobert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 19:56:35 +0000
commite60c023a07150052e4aefe6fd95ce5d09fc8767a (patch)
tree94577597f228dd8dce7e5aed8d0f98c3fe2487b8 /chrome/common/multi_process_lock.h
parent10d7c0e4a5e5e15c0574b9ac4a94a93605c733bd (diff)
downloadchromium_src-e60c023a07150052e4aefe6fd95ce5d09fc8767a.zip
chromium_src-e60c023a07150052e4aefe6fd95ce5d09fc8767a.tar.gz
chromium_src-e60c023a07150052e4aefe6fd95ce5d09fc8767a.tar.bz2
share all the needed linux code with OpenBSD in chrome and content
disabled code for OpenBSD: - AdjustRendererOOMScore() - SECCOMP_SANDBOX BUG= TEST=compile Review URL: http://codereview.chromium.org/8341052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/multi_process_lock.h')
-rw-r--r--chrome/common/multi_process_lock.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/common/multi_process_lock.h b/chrome/common/multi_process_lock.h
index 24754f5..8116e84 100644
--- a/chrome/common/multi_process_lock.h
+++ b/chrome/common/multi_process_lock.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -15,11 +15,6 @@
class MultiProcessLock {
public:
- // The length of a multi-process lock name is limited on Linux, so
- // it is limited it on all platforms for consistency. This length does
- // not include a terminator.
- static const size_t MULTI_PROCESS_LOCK_NAME_MAX_LEN = 106;
-
// Factory method for creating a multi-process lock.
// |name| is the name of the lock. The name has special meaning on Windows
// where the prefix can determine the namespace of the lock.