Chromium Code Reviews| 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 410714904a788134f4a2b3cb82165b8754cec637..366a0580af821ee87a0fc57f025cca59a40d82b8 100644 |
| --- a/tools/perf/page_sets/system_health/browsing_stories.py |
| +++ b/tools/perf/page_sets/system_health/browsing_stories.py |
| @@ -154,8 +154,7 @@ class NytimesDesktopStory(_NewsBrowsingStory): |
| # Desktop qq.com opens a news item in a separate tab, for which the back button |
| -# does not work. Mobile qq.com is disabled due to crbug.com/627166. |
| -@decorators.Disabled('all') |
|
perezju
2016/10/03 13:36:49
should it remain disabled on desktop?
petrcermak
2016/10/03 13:40:30
No, this is the correct way. Desktop is not even c
|
| +# does not work. |
| class QqMobileStory(_NewsBrowsingStory): |
| NAME = 'browse:news:qq' |
| URL = 'http://news.qq.com' |