diff options
author | robert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 19:56:35 +0000 |
---|---|---|
committer | robert.nagy@gmail.com <robert.nagy@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 19:56:35 +0000 |
commit | e60c023a07150052e4aefe6fd95ce5d09fc8767a (patch) | |
tree | 94577597f228dd8dce7e5aed8d0f98c3fe2487b8 /chrome/common/multi_process_lock.h | |
parent | 10d7c0e4a5e5e15c0574b9ac4a94a93605c733bd (diff) | |
download | chromium_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.h | 7 |
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. |