Chromium Code Reviews| Index: chrome/test/functional/perf.py |
| =================================================================== |
| --- chrome/test/functional/perf.py (revision 260245) |
| +++ chrome/test/functional/perf.py (working copy) |
| @@ -765,7 +765,7 @@ |
| # Window size impacts a variety of perf tests, ensure consistency. |
| flags.append('--window-size=1024,768') |
| if self._IsPGOMode(): |
| - flags = flags + ['--child-clean-exit', '--no-sandbox'] |
| + flags = flags + ['--no-sandbox'] |
| return flags |