Index: tools/telemetry/telemetry/core/platform/profiler/strace_profiler.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/strace_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/strace_profiler.py |
index 186a8d0025dc0f4fb1e6cb59c34b7843b7e0f284..6d64700481807348c1f27ffd0c88f0c6e569ffcb 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/strace_profiler.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/strace_profiler.py |
@@ -228,8 +228,10 @@ class StraceProfiler(profiler.Profiler): |
@classmethod |
def CustomizeBrowserOptions(cls, options): |
- options.AppendExtraBrowserArg('--no-sandbox') |
- options.AppendExtraBrowserArg('--allow-sandbox-debugging') |
+ options.AppendExtraBrowserArgs([ |
+ '--no-sandbox', |
+ '--allow-sandbox-debugging' |
+ ]) |
def CollectProfile(self): |
print 'Processing trace...' |