| Index: content/browser/content_browser_client.cc
|
| diff --git a/content/browser/content_browser_client.cc b/content/browser/content_browser_client.cc
|
| index 121991e3e8617db705839fd545e0ddca5351893b..054173599d7eff3b452a30cc13b55cd6360c2a3f 100644
|
| --- a/content/browser/content_browser_client.cc
|
| +++ b/content/browser/content_browser_client.cc
|
| @@ -87,7 +87,7 @@ QuotaPermissionContext* ContentBrowserClient::CreateQuotaPermissionContext() {
|
| void ContentBrowserClient::RevealFolderInOS(const FilePath& path) {
|
| }
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| int ContentBrowserClient::GetCrashSignalFD(const std::string& process_type) {
|
| return -1;
|
| }
|
|
|