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

Unified Diff: chrome/test/pyautolib/pyauto.py

Issue 9709001: Remove/add log for timeout issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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
Index: chrome/test/pyautolib/pyauto.py
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index ceb09658ccaae6829f0fa5bb4cd8331d8c755c79..db6b2e3fdc13c64ed817ca83635db98e85aca3d0 100755
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -251,7 +251,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
# Enables injection of test content script for webui login automation
'--auth-ext-path=/usr/share/chromeos-assets/gaia_auth',
# Enable automation provider and chromeos net logs
- '--vmodule=*/browser/automation/*=2,*/chromeos/net/*=2,*/renderer_host/resource_dispatcher_host*=1',
+ '--vmodule=*/browser/automation/*=2,*/chromeos/net/*=2',
]
else:
return []

Powered by Google App Engine
This is Rietveld 408576698