summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib/pyauto.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/pyautolib/pyauto.py')
-rwxr-xr-xchrome/test/pyautolib/pyauto.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index bcffdf5..9282a26 100755
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -276,11 +276,8 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
These are flags needed to facilitate testing. Override this function to
use a custom set of Chrome flags.
"""
- auth_ext_path = ('--auth-ext-path=/usr/local/autotest/deps/pyauto_dep/' +
+ auth_ext_path = ('/usr/local/autotest/deps/pyauto_dep/' +
'test_src/chrome/browser/resources/gaia_auth')
- # TODO(nirnimesh): remove when chromeos side changes land.
- if not os.path.exists(auth_ext_path):
- auth_ext_path = '/usr/share/chromeos-assets/gaia_auth'
if self.IsChromeOS():
return [
'--homepage=about:blank',