| Index: tools/perf/metrics/__init__.py
|
| diff --git a/tools/perf/metrics/__init__.py b/tools/perf/metrics/__init__.py
|
| index a1b9e47ddf2c4f403ae54a46f4f5efefe4ad4c64..79c47abe8ed43fc736471294694b1a28e0564000 100644
|
| --- a/tools/perf/metrics/__init__.py
|
| +++ b/tools/perf/metrics/__init__.py
|
| @@ -19,7 +19,7 @@ class Metric(object):
|
| to be added, and they do not need to override this method; by
|
| default, no browser options are added.
|
|
|
| - To add options here, call options.AppendExtraBrowserArg(arg).
|
| + To add options here, call options.AppendExtraBrowserArgs(arg).
|
| """
|
| pass
|
|
|
|
|