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

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

Issue 3016693002: Remove support for legacy wpr_server in Telemetry
Patch Set: Created 3 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
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/network_controller_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/core/network_controller.py
diff --git a/telemetry/telemetry/core/network_controller.py b/telemetry/telemetry/core/network_controller.py
index c1e0412c409e8f8e9f3e8c249649e87f9a207dcc..93b4454bba9c574f6d34341ef6ac69b635e12bd0 100644
--- a/telemetry/telemetry/core/network_controller.py
+++ b/telemetry/telemetry/core/network_controller.py
@@ -20,8 +20,8 @@ class NetworkController(object):
def InitializeIfNeeded(self, use_live_traffic=False):
self._network_controller_backend.InitializeIfNeeded(use_live_traffic)
- def Open(self, wpr_mode, extra_wpr_args, use_wpr_go=False):
- self._network_controller_backend.Open(wpr_mode, extra_wpr_args, use_wpr_go)
+ def Open(self, wpr_mode, extra_wpr_args):
+ self._network_controller_backend.Open(wpr_mode, extra_wpr_args)
def UpdateTrafficSettings(self,
round_trip_latency_ms=None,
« no previous file with comments | « no previous file | telemetry/telemetry/internal/platform/network_controller_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698