| Index: chrome/browser/utility_process_host_unittest.cc
|
| diff --git a/chrome/browser/utility_process_host_unittest.cc b/chrome/browser/utility_process_host_unittest.cc
|
| index 3be04805a9cda64570f39c4d26bfa32e612e0395..9e3a73df6344c7f1fcccaddd12ebe5db618447fc 100644
|
| --- a/chrome/browser/utility_process_host_unittest.cc
|
| +++ b/chrome/browser/utility_process_host_unittest.cc
|
| @@ -124,9 +124,8 @@ class ProcessClosedObserver : public NotificationObserver {
|
| bool observed_;
|
| };
|
|
|
| -#if !defined(OS_POSIX)
|
| -// We should not run this on linux (crbug.com/22703) or MacOS (crbug.com/8102)
|
| -// until problems related to autoupdate are fixed.
|
| +#if !defined(OS_LINUX)
|
| +// We should not run this on linux (crbug.com/22703).
|
| TEST_F(UtilityProcessHostTest, ExtensionUnpacker) {
|
| // Copy the test extension into a temp dir and install from the temp dir.
|
| FilePath extension_file;
|
|
|