Index: chrome/test/plugin/pdf_browsertest.cc |
=================================================================== |
--- chrome/test/plugin/pdf_browsertest.cc (revision 64486) |
+++ chrome/test/plugin/pdf_browsertest.cc (working copy) |
@@ -42,7 +42,10 @@ |
virtual void SetUp() { |
FilePath pdf_path; |
PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_path); |
+#if !defined(OS_MACOSX) |
+ // http://crbug.com/61258: renderer always crashes on Mac. |
have_plugin_ = file_util::PathExists(pdf_path); |
+#endif |
InProcessBrowserTest::SetUp(); |
} |