| Index: tools/perf/perf_tools/first_paint_time_benchmark.py
|
| diff --git a/tools/perf/perf_tools/first_paint_time_benchmark.py b/tools/perf/perf_tools/first_paint_time_benchmark.py
|
| index ba8fbc1447d15169793e930eb4fce28be1a5955a..ceab1881972f6b9791e1224b397d1e7c40b59c27 100644
|
| --- a/tools/perf/perf_tools/first_paint_time_benchmark.py
|
| +++ b/tools/perf/perf_tools/first_paint_time_benchmark.py
|
| @@ -26,6 +26,3 @@ class FirstPaintTimeBenchmark(multi_page_benchmark.MultiPageBenchmark):
|
| 'window.chrome.loadTimes().requestTime')
|
|
|
| results.Add('first_paint', 'seconds', round(first_paint_secs, 1))
|
| -
|
| -def Main():
|
| - return multi_page_benchmark.Main(FirstPaintTimeBenchmark())
|
|
|