Index: content/browser/content_browser_client.h |
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h |
index 47f2610563deabd5c76b2c2d8b32dbf7d28b10a5..169d4d6ca79e252b21dc2801994b7d817f44ae7d 100644 |
--- a/content/browser/content_browser_client.h |
+++ b/content/browser/content_browser_client.h |
@@ -109,7 +109,7 @@ class ContentBrowserClient { |
// Shows the given path using the OS file manager. |
virtual void RevealFolderInOS(const FilePath& path); |
-#if defined(OS_LINUX) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) |
// Can return an optional fd for crash handling, otherwise returns -1. |
virtual int GetCrashSignalFD(const std::string& process_type); |
#endif |