| Index: tools/perf/benchmarks/tab_switching.py
|
| diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
|
| index 89c6f986dbea96a8d17b5ce4ae4a8410dcf6ce1f..ed75b503d7bf2c2423327bcf3cd9e18baf88f3a4 100644
|
| --- a/tools/perf/benchmarks/tab_switching.py
|
| +++ b/tools/perf/benchmarks/tab_switching.py
|
| @@ -9,8 +9,6 @@
|
| from telemetry import benchmark
|
|
|
|
|
| -@benchmark.Owner(emails=['vovoy@chromium.org'],
|
| - component='OS>Performance')
|
| @benchmark.Enabled('has tabs')
|
| @benchmark.Disabled('mac-reference') # http://crbug.com/612774
|
| @benchmark.Disabled('android') # http://crbug.com/460084
|
| @@ -25,8 +23,7 @@
|
| test = tab_switching.TabSwitching
|
|
|
| def CreateStorySet(self, options):
|
| - return page_sets.SystemHealthStorySet(platform='desktop',
|
| - case='multitab:misc')
|
| + return page_sets.Typical25PageSet(run_no_page_interactions=True)
|
|
|
| @classmethod
|
| def Name(cls):
|
|
|