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

Unified Diff: chrome/test/functional/test_clean_exit.py

Issue 10834068: On Posix, make all child processes quit when the browser dies, not just the renderers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months 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 | « chrome/test/functional/perf.py ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/test/functional/perf.py ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698