| Index: tools/perf/benchmarks/scheduler.py
|
| diff --git a/tools/perf/benchmarks/scheduler.py b/tools/perf/benchmarks/scheduler.py
|
| index a6fb1a64f1449663e487e60eda7360399eb69558..eb530febf091df58b9a67eb07f50dc05daafa706 100644
|
| --- a/tools/perf/benchmarks/scheduler.py
|
| +++ b/tools/perf/benchmarks/scheduler.py
|
| @@ -16,3 +16,6 @@ class SchedulerToughSchedulingCases(test.Test):
|
| test = smoothness.Smoothness
|
| page_set = 'page_sets/tough_scheduling_cases.py'
|
|
|
| + def CustomizeBrowserOptions(self, options):
|
| + # This is needed for testing pepper plugin.
|
| + options.AppendExtraBrowserArgs('--enable-pepper-testing')
|
|
|