diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 00:19:18 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 00:19:18 +0000 |
commit | b6afdc7764eb145aabf1c618ca0e9b5515368561 (patch) | |
tree | 5ca8dfab925c4a63aa2a11c80a46540830a05697 /content/common/common.sb | |
parent | 5dcc27fdcab9919ee42a75cda9ca575c35c85876 (diff) | |
download | chromium_src-b6afdc7764eb145aabf1c618ca0e9b5515368561.zip chromium_src-b6afdc7764eb145aabf1c618ca0e9b5515368561.tar.gz chromium_src-b6afdc7764eb145aabf1c618ca0e9b5515368561.tar.bz2 |
mac: Mention component sandbox hack in common.sb
Part 1 of the changes requested by jeremy at
https://chromiumcodereview.appspot.com/10389047
BUG=none
TEST=none
TBR=jeremy
Review URL: https://chromiumcodereview.appspot.com/10519017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/common.sb')
-rw-r--r-- | content/common/common.sb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/common/common.sb b/content/common/common.sb index 5067f98..bdce888 100644 --- a/content/common/common.sb +++ b/content/common/common.sb @@ -1,5 +1,5 @@ ;; -;; Copyright (c) 2011 The Chromium Authors. All rights reserved. +;; Copyright (c) 2012 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. ;; @@ -34,3 +34,6 @@ ; Needed for IPC on 10.6 ;10.6_OR_ABOVE (allow ipc-posix-shm) + +; http://crbug.com/127465 +@COMPONENT_BUILD_WORKAROUND@ |