Chromium Code Reviews| Index: chrome/test/pyautolib/pyauto.py |
| diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py |
| index 8dba4dd72e089c2b615695ece9918cfa759a7d5a..d7d8fa102f3f48d4a7f0e47751249f9b77d3648d 100755 |
| --- a/chrome/test/pyautolib/pyauto.py |
| +++ b/chrome/test/pyautolib/pyauto.py |
| @@ -283,6 +283,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase): |
| '--allow-file-access', |
| '--allow-file-access-from-files', |
| '--enable-file-cookies', |
| + '--disable-default-apps', |
|
dpolukhin
2012/11/08 02:25:34
Unfortunately it looks like it won't help because
zel
2012/11/08 04:37:46
Can we change chromeos-specific install to start o
Dmitry Polukhin
2012/11/08 13:34:43
The code is in ExternalProviderImpl::CreateExterna
Dmitry Polukhin
2012/11/08 16:28:14
CL is here https://codereview.chromium.org/1135910
|
| '--dom-automation', |
| '--skip-oauth-login', |
| # Enables injection of test content script for webui login automation |