| Index: tools/perf/page_sets/system_health/browsing_stories.py
 | 
| diff --git a/tools/perf/page_sets/system_health/browsing_stories.py b/tools/perf/page_sets/system_health/browsing_stories.py
 | 
| index 45c5dde75e190865205c131ef6431213f7f7ae8b..34efe2b882ab01ac10c399e59719639b80878f52 100644
 | 
| --- a/tools/perf/page_sets/system_health/browsing_stories.py
 | 
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py
 | 
| @@ -94,6 +94,9 @@ class FacebookMobileStory(_NewsBrowsingStory):
 | 
|    NAME = 'browse:social:facebook'
 | 
|    URL = 'https://www.facebook.com/rihanna'
 | 
|    ITEM_SELECTOR = 'article ._5msj'
 | 
| +  # We scroll further than usual so that Facebook fetches enough items
 | 
| +  # (crbug.com/631022)
 | 
| +  MAIN_PAGE_SCROLL_REPEAT = 1
 | 
|    SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
 | 
|  
 | 
|  
 | 
| 
 |