| Index: tools/perf/page_sets/system_health/story_tags.py
|
| diff --git a/tools/perf/page_sets/system_health/story_tags.py b/tools/perf/page_sets/system_health/story_tags.py
|
| index 4458165bf7bdfed78cf57ee35f8e63a928b5b16d..e296808cd01617f19dfd56a0acbb5aa945318f8a 100644
|
| --- a/tools/perf/page_sets/system_health/story_tags.py
|
| +++ b/tools/perf/page_sets/system_health/story_tags.py
|
| @@ -22,6 +22,7 @@ EXTENSION = Tag(
|
| 'extension', 'Story has browser with extension installed.')
|
| IMAGES = Tag(
|
| 'images', 'Story has sites with heavy uses of images.')
|
| +INFINITE_SCROLL = Tag('infinite_scroll', 'Story has infinite scroll action.')
|
| INTERNATIONAL = Tag(
|
| 'international', 'Story has navigations to websites with content in non '
|
| 'English languages.')
|
|
|