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

Unified Diff: tools/telemetry/telemetry/core/android_app.py

Issue 688903002: Do not save finder options in PossibleApp/PossibleBrowser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update PossibleBrowser.__init__ and Create callers. Created 6 years, 2 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
Index: tools/telemetry/telemetry/core/android_app.py
diff --git a/tools/telemetry/telemetry/core/android_app.py b/tools/telemetry/telemetry/core/android_app.py
index d360950b4fd03efd6ad9c2a0f12c7f2d0b358962..b4d6a27656e3550dccd40133c032d981e3874c0a 100644
--- a/tools/telemetry/telemetry/core/android_app.py
+++ b/tools/telemetry/telemetry/core/android_app.py
@@ -10,7 +10,7 @@ class AndroidApp(app.App):
Be sure to clean up after yourself by calling Close() when you are done with
the app. Or better yet:
- with possible_android_app.Create() as android_app:
+ with possible_android_app.Create(options) as android_app:
... do all your operations on android_app here
"""
def __init__(self, backend, platform_backend):

Powered by Google App Engine
This is Rietveld 408576698