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

Unified Diff: chrome/test/functional/flash.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 | « no previous file | chrome/test/functional/process_count.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']
« no previous file with comments | « no previous file | chrome/test/functional/process_count.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698