| Index: tools/perf/page_sets/system_health/loading_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
|
| index 71ec4ff460323d4dfb4fa7d50edafc80911305ee..5d76201560df6592acdc4f7c60359fe4757eccd2 100644
|
| --- a/tools/perf/page_sets/system_health/loading_stories.py
|
| +++ b/tools/perf/page_sets/system_health/loading_stories.py
|
| @@ -122,6 +122,11 @@ class LoadCnnStory(_LoadingStory):
|
| URL = 'http://edition.cnn.com'
|
|
|
|
|
| +class LoadFacebookStory(_LoadingStory):
|
| + NAME = 'load:news:flipboard'
|
| + URL = 'https://flipboard.com/explore'
|
| +
|
| +
|
| class LoadHackerNewsStory(_LoadingStory):
|
| NAME = 'load:news:hackernews'
|
| URL = 'https://news.ycombinator.com'
|
|
|