| Index: tools/perf/page_sets/key_mobile_sites_smooth.py
|
| diff --git a/tools/perf/page_sets/key_mobile_sites_smooth.py b/tools/perf/page_sets/key_mobile_sites_smooth.py
|
| index 577c0e9a2de83d6539cbf4b6cf4916ff4934af10..813740ddf52907e54283c5d389e52f6f7675e86f 100644
|
| --- a/tools/perf/page_sets/key_mobile_sites_smooth.py
|
| +++ b/tools/perf/page_sets/key_mobile_sites_smooth.py
|
| @@ -183,7 +183,6 @@ class KeyMobileSitesSmoothPageSet(story.StorySet):
|
|
|
| # Why: #18 (Alexa global), Picked an interesting post """
|
| self.AddStory(KeyMobileSitesSmoothPage(
|
| - # pylint: disable=line-too-long
|
| url='http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/',
|
| page_set=self,
|
| name='Wordpress'))
|
| @@ -237,7 +236,6 @@ class KeyMobileSitesSmoothPageSet(story.StorySet):
|
| # Add simple pages with no custom navigation logic or labels.
|
| urls_list = [
|
| # Why: Social; top Google property; Public profile; infinite scrolls.
|
| - # pylint: disable=line-too-long
|
| 'https://plus.google.com/app/basic/110031535020051778989/posts?source=apppromo',
|
| # Why: crbug.com/242544
|
| ('http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that-an-'
|
| @@ -258,7 +256,6 @@ class KeyMobileSitesSmoothPageSet(story.StorySet):
|
| # Why: #1 commerce website by time spent by users in US
|
| 'http://shop.mobileweb.ebay.com/searchresults?kw=viking+helmet',
|
| # Why: #1 Alexa recreation
|
| - # pylint: disable=line-too-long
|
| 'http://www.booking.com/searchresults.html?src=searchresults&latitude=65.0500&longitude=25.4667',
|
| # Why: Top tech blog
|
| 'http://techcrunch.com',
|
|
|