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

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

Issue 842963003: Enable accessing webviews for android user stories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pass in shared_user_story_state instead of app Created 5 years, 11 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 | « no previous file | tools/telemetry/telemetry/user_story/android/shared_app_state.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/user_story/android/__init__.py
diff --git a/tools/telemetry/telemetry/user_story/android/__init__.py b/tools/telemetry/telemetry/user_story/android/__init__.py
index 8d7ebdc3fac2b9df4f68928c43dc23a3f00978ee..dd89457be6203c254baee6e8d47f34786b0fb629 100644
--- a/tools/telemetry/telemetry/user_story/android/__init__.py
+++ b/tools/telemetry/telemetry/user_story/android/__init__.py
@@ -12,10 +12,6 @@ class AppStory(user_story.UserStory):
is_local=is_local)
self.start_intent = start_intent
- def RunPageInteractions(self):
- # TODO(chrishenry): Remove method once TimelineBasedMeasurement calls Run().
- self.Run()
-
- def Run(self):
+ def Run(self, shared_user_story_state):
"""Execute the interactions with the applications."""
raise NotImplementedError
« no previous file with comments | « no previous file | tools/telemetry/telemetry/user_story/android/shared_app_state.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698