Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5633)

Unified Diff: chrome/test/functional/process_count.py

Issue 9159025: [pyauto] Force plugin load at startup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/functional/flash.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/functional/flash.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698