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

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

Issue 11368129: Prevented default apps from being installed in ChromeOS tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698