| Index: tools/perf/page_sets/top_25_pages.py
|
| diff --git a/tools/perf/page_sets/top_25_pages.py b/tools/perf/page_sets/top_25_pages.py
|
| index fbbc609fb584c0dfdc3ffc12ce0d4f89c9df9897..73dc989d558b2102ee23cccb973521ec6bfa59cc 100644
|
| --- a/tools/perf/page_sets/top_25_pages.py
|
| +++ b/tools/perf/page_sets/top_25_pages.py
|
| @@ -39,23 +39,23 @@ class Top25PageSet(story.StorySet):
|
|
|
| other_urls = [
|
| # Why: #1 news worldwide (Alexa global)
|
| - 'http://news.yahoo.com',
|
| + # 'http://news.yahoo.com',
|
| # Why: #2 news worldwide
|
| # crbug.com/528472
|
| #'http://www.cnn.com',
|
| # Why: #1 world commerce website by visits; #3 commerce in the US by
|
| # time spent
|
| - 'http://www.amazon.com',
|
| + # 'http://www.amazon.com',
|
| # Why: #1 commerce website by time spent by users in US
|
| - 'http://www.ebay.com',
|
| + # 'http://www.ebay.com',
|
| # Why: #1 Alexa recreation
|
| - 'http://booking.com',
|
| + # 'http://booking.com',
|
| # Why: #1 Alexa reference
|
| - 'http://answers.yahoo.com',
|
| + # 'http://answers.yahoo.com',
|
| # Why: #1 Alexa sports
|
| - 'http://sports.yahoo.com/',
|
| + # 'http://sports.yahoo.com/',
|
| # Why: top tech blog
|
| - 'http://techcrunch.com'
|
| + # 'http://techcrunch.com'
|
| ]
|
|
|
| for url in other_urls:
|
|
|