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

Unified Diff: tools/callstats.py

Issue 1976593002: [tools] Use sandbox in callstats script (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/callstats.py
diff --git a/tools/callstats.py b/tools/callstats.py
index 13ab33b5da178597989be8493d7c6566ed3d7731..a69b4e62e5416afe8b97a0e198b48a6a0639d6b7 100755
--- a/tools/callstats.py
+++ b/tools/callstats.py
@@ -139,7 +139,6 @@ def run_site(site, domain, args, timeout=None):
"--no-default-browser-check",
"--disable-translate",
"--disable-seccomp-sandbox",
- "--no-sandbox",
"--js-flags={}".format(js_flags),
"--no-first-run",
"--user-data-dir={}".format(user_data_dir),
« 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