| Index: tools/perf/metrics/io.py
|
| diff --git a/tools/perf/metrics/io.py b/tools/perf/metrics/io.py
|
| index a52089d583bb4c419baca672869c0bc78bdfc5af..e083fb1ede1bf0af823e2ad566eaf48fbe40fb85 100644
|
| --- a/tools/perf/metrics/io.py
|
| +++ b/tools/perf/metrics/io.py
|
| @@ -9,7 +9,7 @@ class IOMetric(Metric):
|
|
|
| @classmethod
|
| def CustomizeBrowserOptions(cls, options):
|
| - options.AppendExtraBrowserArg('--no-sandbox')
|
| + options.AppendExtraBrowserArgs('--no-sandbox')
|
|
|
| def Start(self, page, tab):
|
| raise NotImplementedError()
|
|
|