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

Unified Diff: tools/telemetry/telemetry/core/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/app.py
diff --git a/tools/telemetry/telemetry/core/app.py b/tools/telemetry/telemetry/core/app.py
index 35b44d262023c0f1e0ed9c1feae6e467a316cc45..1c032cc64e286201613d2a3d9f6c7b1a87b189a7 100644
--- a/tools/telemetry/telemetry/core/app.py
+++ b/tools/telemetry/telemetry/core/app.py
@@ -7,7 +7,7 @@ class App(object):
Be sure to clean up after yourself by calling Close() when you are done with
the app. Or better yet:
- with possible_app.Create() as app:
+ with possible_app.Create(options) as app:
... do all your operations on app here
"""
def __init__(self, app_backend, platform_backend):

Powered by Google App Engine
This is Rietveld 408576698