Chromium Code Reviews| Index: content/browser/plugin_browsertest.cc |
| diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc |
| index d2c66fd0a5ee3e8ebfca8c8d5589eac20c2d44e4..1bdc72f908fb565fb1298fa8ade0cd451f19bab2 100644 |
| --- a/content/browser/plugin_browsertest.cc |
| +++ b/content/browser/plugin_browsertest.cc |
| @@ -222,10 +222,12 @@ IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(ManyPlugins)) { |
| LoadAndWait(GetURL("many_plugins.html")); |
| } |
| +#if !defined(OS_MACOSX) // http://crbug.com/402164 |
|
Avi (use Gerrit)
2014/08/08 22:43:20
Not DISABLED_?
|
| // Test various calls to GetURL from a plugin. |
| IN_PROC_BROWSER_TEST_F(PluginTest, MAYBE(GetURL)) { |
| LoadAndWait(GetURL("geturl.html")); |
| } |
| +#endif |
| // Test various calls to GetURL for javascript URLs with |
| // non NULL targets from a plugin. |