| Index: chrome/test/functional/process_count.py
|
| diff --git a/chrome/test/functional/process_count.py b/chrome/test/functional/process_count.py
|
| index a3adeb91d0e26cb6094434feb3e193593da13da2..ca17e7aadddd104bcf7258abd45c774c8ea0fe72 100755
|
| --- a/chrome/test/functional/process_count.py
|
| +++ b/chrome/test/functional/process_count.py
|
| @@ -53,12 +53,6 @@ class ProcessCountTest(pyauto.PyUITest):
|
|
|
| pyauto.PyUITest.setUp(self)
|
|
|
| - # 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 _VerifyProcessCount(self, num_expected):
|
| """Verifies the number of Chrome-related processes is as expected.
|
|
|
|
|