Index: chrome/test/functional/test_clean_exit.py |
=================================================================== |
--- chrome/test/functional/test_clean_exit.py (revision 148974) |
+++ chrome/test/functional/test_clean_exit.py (working copy) |
@@ -25,7 +25,7 @@ |
""" |
fd, self._strace_log = tempfile.mkstemp() |
os.close(fd) |
- extra_flags = ['--no-sandbox', '--renderer-clean-exit', |
+ extra_flags = ['--no-sandbox', '--child-clean-exit', |
'--renderer-cmd-prefix=/usr/bin/strace -o %s' % |
self._strace_log] |
logging.debug('Strace file is: %s' % self._strace_log) |