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

Unified Diff: telemetry/telemetry/core/network_controller.py

Issue 2267613002: Revert "[telemetry] Wire TsProxy through telemetry's network stack." (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 4 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/core/network_controller.py
diff --git a/telemetry/telemetry/core/network_controller.py b/telemetry/telemetry/core/network_controller.py
index 2f24b70b1eeea13560153b80f7d0a16b8fe04b3a..88244e18467012c972b69dba0d44a0cca190edfe 100644
--- a/telemetry/telemetry/core/network_controller.py
+++ b/telemetry/telemetry/core/network_controller.py
@@ -12,9 +12,6 @@ class NetworkController(object):
def __init__(self, network_controller_backend):
self._network_controller_backend = network_controller_backend
- def InitializeIfNeeded(self):
- self._network_controller_backend.InitializeIfNeeded()
-
def Open(self, wpr_mode, extra_wpr_args):
self._network_controller_backend.Open(wpr_mode, extra_wpr_args)
« no previous file with comments | « telemetry/telemetry/core/local_server.py ('k') | telemetry/telemetry/internal/backends/chrome/chrome_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698