Chromium Code Reviews| Index: chrome/test/plugin/plugin_test.cpp |
| =================================================================== |
| --- chrome/test/plugin/plugin_test.cpp (revision 70986) |
| +++ chrome/test/plugin/plugin_test.cpp (working copy) |
| @@ -124,7 +124,7 @@ |
| }; |
| // http://crbug.com/68303 |
| -#if defined(OS_MACOSX) |
| +#if defined(OS_MACOSX) || defined(OS_LINUX) |
| TEST_F(PluginTest, DISABLED_Flash) { |
| #else |
| TEST_F(PluginTest, Flash) { |