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

Unified Diff: tools/telemetry/telemetry/user_story/android/shared_app_state.py

Issue 1140143002: [Telemetry] Remove results param in shared_state.TearDownState(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/telemetry/telemetry/story/shared_state.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/user_story/android/shared_app_state.py
diff --git a/tools/telemetry/telemetry/user_story/android/shared_app_state.py b/tools/telemetry/telemetry/user_story/android/shared_app_state.py
index ef3924897305d3e7122f4d82e2da6b48a983e1f3..1ffd8ee96d5f9536f0fd0b65194d537b0d499493 100644
--- a/tools/telemetry/telemetry/user_story/android/shared_app_state.py
+++ b/tools/telemetry/telemetry/user_story/android/shared_app_state.py
@@ -68,7 +68,7 @@ class SharedAppState(shared_state.SharedState):
"""This does not apply to android app user stories."""
return 'pass', None
- def TearDownState(self, results):
+ def TearDownState(self):
"""Tear down anything created in the __init__ method that is not needed.
Currently, there is no clean-up needed from SharedAppState.__init__.
« no previous file with comments | « tools/telemetry/telemetry/story/shared_state.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698