Chromium Code Reviews| 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 7bc49533fcd3ac265ed9761471a3a4a675eae977..a085d2fbed79777c0c6fb4d5ebba74babd0b48e2 100644 |
| --- a/tools/perf/page_sets/system_health/loading_stories.py |
| +++ b/tools/perf/page_sets/system_health/loading_stories.py |
| @@ -196,7 +196,7 @@ class LoadWikipediaStory(_LoadingStory): |
| ################################################################################ |
| -# Audio and video. |
| +# Audio, images, and video. |
| ################################################################################ |
| @@ -242,6 +242,10 @@ class LoadFlickr(_LoadingStory): |
| '.search-photos-everyone-trending-view .photo-list-view') |
| !== null''') |
|
petrcermak
2016/08/04 13:32:42
nit: add blank line (there should be two blank lin
Hannes Payer (out of office)
2016/08/05 10:21:05
Done.
|
| +class LoadImgur(_LoadingStory): |
| + NAME = 'load:media:imgur' |
| + URL = 'http://imgur.com/gallery/5UlBN' |
| + |
| ################################################################################ |
| # Online tools (documents, emails, storage, ...). |