| Index: chrome/test/functional/flash.py
|
| diff --git a/chrome/test/functional/flash.py b/chrome/test/functional/flash.py
|
| index c43d9fb4d11995d030508ab8daec7db9248f9272..3f635edb86ffd5643d5956b31d77081fabe7a648 100755
|
| --- a/chrome/test/functional/flash.py
|
| +++ b/chrome/test/functional/flash.py
|
| @@ -19,11 +19,6 @@ class FlashTest(pyauto.PyUITest):
|
| if (self.IsChromeOS() and
|
| self.GetBrowserInfo()['properties']['branding'] == 'Google Chrome'):
|
| self._flash_plugin_type = 'Pepper Plugin'
|
| - # Forcibly trigger all plugins to get registered. crbug.com/94123
|
| - # 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()
|
|
|
| def _AssertFlashProcessPresent(self):
|
| child_processes = self.GetBrowserInfo()['child_processes']
|
|
|