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

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

Issue 2445693002: [NOT FOR COMMIT] Revert Disable TsProxy on Android (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | telemetry/telemetry/internal/backends/chrome/chrome_browser_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 da2e55a3d2735cbe2d4d8cd37b5650a32479efc3..22e7d84a487ac591752a0498bf1f8e361359bff2 100644
--- a/telemetry/telemetry/core/network_controller.py
+++ b/telemetry/telemetry/core/network_controller.py
@@ -18,15 +18,14 @@ class NetworkController(object):
self._network_controller_backend = network_controller_backend
def InitializeIfNeeded(self, use_live_traffic=False):
- self._network_controller_backend.InitializeIfNeeded(use_live_traffic)
+ pass
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,
download_bandwidth_kbps=None, upload_bandwidth_kbps=None):
- self._network_controller_backend.ts_proxy_server.UpdateTrafficSettings(
- round_trip_latency_ms, download_bandwidth_kbps, upload_bandwidth_kbps)
+ pass
@property
def is_open(self):
« no previous file with comments | « no previous file | telemetry/telemetry/internal/backends/chrome/chrome_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698