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

Unified Diff: telemetry/telemetry/testing/fakes/__init__.py

Issue 2335403003: Reland of "[telemetry] Wire TsProxy through telemetry's network stack." (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 3 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: telemetry/telemetry/testing/fakes/__init__.py
diff --git a/telemetry/telemetry/testing/fakes/__init__.py b/telemetry/telemetry/testing/fakes/__init__.py
index 537cdc99790f12f6f93bb757e5bc6c7438e84396..17338ccd80c5ce96050e00f20dc0634c99353f2f 100644
--- a/telemetry/telemetry/testing/fakes/__init__.py
+++ b/telemetry/telemetry/testing/fakes/__init__.py
@@ -293,9 +293,6 @@
self.is_replay_active = False
self.is_open = False
- def InitializeIfNeeded(self):
- pass
-
def Open(self, wpr_mode, extra_wpr_args):
self.wpr_mode = wpr_mode
self.extra_wpr_args = extra_wpr_args
« no previous file with comments | « telemetry/telemetry/testing/browser_test_case.py ('k') | telemetry/telemetry/testing/serially_executed_browser_test_case.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698