Chromium Code Reviews| Index: tools/perf/metrics/io.py |
| diff --git a/tools/perf/metrics/io.py b/tools/perf/metrics/io.py |
| index a52089d583bb4c419baca672869c0bc78bdfc5af..d0a1da6689363d547f9ac44495bd5b0bb8706f4e 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.extra_browser_args.add('--no-sandbox') |
|
tonyg
2013/09/05 00:26:15
Don't we want to be using AppendExtraBrowserArgs h
achuithb
2013/09/05 00:37:11
Done.
|
| def Start(self, page, tab): |
| raise NotImplementedError() |