| Index: tools/perf/page_sets/top_10.py
|
| diff --git a/tools/perf/page_sets/top_10.py b/tools/perf/page_sets/top_10.py
|
| index 0668d79116dc2a789dbd88202f903ec3c496ef71..ed5f9b92da8cd582e2230d3489ffacd82cde07c3 100644
|
| --- a/tools/perf/page_sets/top_10.py
|
| +++ b/tools/perf/page_sets/top_10.py
|
| @@ -87,9 +87,10 @@ class Facebook(SimpleScrollPage):
|
|
|
|
|
| class Top10PageSet(page_set_module.PageSet):
|
| + """10 Pages chosen from Alexa top sites"""
|
| +
|
| def __init__(self):
|
| super(Top10PageSet, self).__init__(
|
| - description='10 Pages chosen from Alexa top sites',
|
| archive_data_file='data/top_10.json',
|
| credentials_path='data/credentials.json',
|
| user_agent_type='desktop')
|
|
|