| Index: tools/perf/page_sets/pathological_mobile_sites.py
|
| diff --git a/tools/perf/page_sets/pathological_mobile_sites.py b/tools/perf/page_sets/pathological_mobile_sites.py
|
| index aeb77cada04ae48a30208823a544403fcffc2e85..9ccb7d6739b66a08d46580cc104651a304b45960 100644
|
| --- a/tools/perf/page_sets/pathological_mobile_sites.py
|
| +++ b/tools/perf/page_sets/pathological_mobile_sites.py
|
| @@ -12,7 +12,6 @@ class PathologicalMobileSitesPage(page_module.Page):
|
| super(PathologicalMobileSitesPage, self).__init__(
|
| url=url, page_set=page_set, credentials_path='data/credentials.json',
|
| shared_page_state_class=shared_page_state.SharedMobilePageState)
|
| - self.archive_data_file = 'data/pathological_mobile_sites.json'
|
|
|
| def RunPageInteractions(self, action_runner):
|
| with action_runner.CreateGestureInteraction('ScrollAction'):
|
|
|