| Index: tools/perf/page_sets/system_health/multi_tab_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/multi_tab_stories.py b/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| index 684175866caaa949c2f2bf3516a1d18c0217bbeb..a9ab0c741024d2fa37508cdd7157ea010c4e384d 100644
|
| --- a/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| +++ b/tools/perf/page_sets/system_health/multi_tab_stories.py
|
| @@ -12,7 +12,7 @@ from page_sets.system_health import platforms
|
| from telemetry import benchmark
|
|
|
|
|
| -class _MultiTabStory(system_health_story.SystemHealthStory):
|
| +class MultiTabStory(system_health_story.SystemHealthStory):
|
| ABSTRACT_STORY = True
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| @@ -40,7 +40,7 @@ class _MultiTabStory(system_health_story.SystemHealthStory):
|
|
|
|
|
| @benchmark.Disabled('all') # crbug.com/704197
|
| -class MultiTabTypical24Story(_MultiTabStory):
|
| +class MultiTabTypical24Story(MultiTabStory):
|
| NAME = 'multitab:misc:typical24'
|
| TAGS = [story_tags.TABS_SWITCHING]
|
| URL_LIST = [
|
|
|