summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging.h
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 06:26:04 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 06:26:04 +0000
commita8e89d74952095d574aa1d4d484d44fb379c058a (patch)
tree71a69a77cd2211e12bb242aeb6b0499bc6126e37 /chrome/common/child_process_logging.h
parentb6d95cdf09e4d71a1d6aab9b87003da83022840a (diff)
downloadchromium_src-a8e89d74952095d574aa1d4d484d44fb379c058a.zip
chromium_src-a8e89d74952095d574aa1d4d484d44fb379c058a.tar.gz
chromium_src-a8e89d74952095d574aa1d4d484d44fb379c058a.tar.bz2
Fix missing change from https://chromiumcodereview.appspot.com/9416106
BUG=113487 TEST= Review URL: http://codereview.chromium.org/9475039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging.h')
-rw-r--r--chrome/common/child_process_logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h
index d401a7b..6b68d8c 100644
--- a/chrome/common/child_process_logging.h
+++ b/chrome/common/child_process_logging.h
@@ -33,7 +33,7 @@ static const size_t kMaxSwitches = 15;
namespace child_process_logging {
-#if defined(OS_LINUX) || defined(OS_OPENBSD)
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
// These are declared here so the crash reporter can access them directly in
// compromised context without going through the standard library.
extern char g_active_url[];