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

Unified Diff: telemetry/telemetry/internal/app/possible_app.py

Issue 1874473006: [Telemetry] Move extensions_to_load and output_profile_path into browser_options (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Fix test Created 4 years, 8 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 | telemetry/telemetry/internal/backends/chrome/android_browser_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/app/possible_app.py
diff --git a/telemetry/telemetry/internal/app/possible_app.py b/telemetry/telemetry/internal/app/possible_app.py
index 9e065dc21d0aa6f170337c6b728d519e6fdadb63..ee53f5bc1d3c188bfbf2d5a14cd65d9c34663b2c 100644
--- a/telemetry/telemetry/internal/app/possible_app.py
+++ b/telemetry/telemetry/internal/app/possible_app.py
@@ -38,6 +38,6 @@ class PossibleApp(object):
def Create(self, finder_options):
raise NotImplementedError()
- def SupportsOptions(self, finder_options):
+ def SupportsOptions(self, browser_options):
"""Tests for extension support."""
raise NotImplementedError()
« no previous file with comments | « no previous file | telemetry/telemetry/internal/backends/chrome/android_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698