| Index: chrome/test/pyautolib/pyauto.py
|
| diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
|
| index da9af3ef2247f59d3c2be03faaf6fcadbe9a4480..5018850396d972a345ab17f31c56dcbf5cf7bf70 100755
|
| --- a/chrome/test/pyautolib/pyauto.py
|
| +++ b/chrome/test/pyautolib/pyauto.py
|
| @@ -198,7 +198,8 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
|
| # Sometimes flash files loaded too quickly after firing browser
|
| # ends up getting downloaded, which seems to indicate that the plugin
|
| # hasn't been registered yet.
|
| - self.GetPluginsInfo()
|
| + if not self.IsChromeOS():
|
| + self.GetPluginsInfo()
|
|
|
| # TODO(dtu): Remove this after crosbug.com/4558 is fixed.
|
| if self.IsChromeOS():
|
|
|