Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Unified Diff: tools/perf/page_sets/memory_health_story.py

Issue 1767413002: [Telemetry] Cleanup some unused variables in page_sets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/key_search_mobile.py ('k') | tools/perf/page_sets/pathological_mobile_sites.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/memory_health_story.py
diff --git a/tools/perf/page_sets/memory_health_story.py b/tools/perf/page_sets/memory_health_story.py
index aad57d464e493b606d2eef2019b11daf14b954a1..e9e912d9876e375428459f544db7110017c31929 100644
--- a/tools/perf/page_sets/memory_health_story.py
+++ b/tools/perf/page_sets/memory_health_story.py
@@ -36,7 +36,6 @@ class ForegroundPage(page_module.Page):
super(ForegroundPage, self).__init__(
url=url, page_set=story_set, name=name,
shared_page_state_class=shared_page_state.SharedMobilePageState)
- self.archive_data_file = story_set.archive_data_file
def _TakeMemoryMeasurement(self, action_runner, phase):
action_runner.Wait(1) # See crbug.com/540022#c17.
« no previous file with comments | « tools/perf/page_sets/key_search_mobile.py ('k') | tools/perf/page_sets/pathological_mobile_sites.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698