| 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 []
|
|
|