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

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

Issue 2346093002: [Telemetry] Add API for updating ts_proxy_server's traffic settings (Closed)
Patch Set: Rebase 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
« no previous file with comments | « telemetry/telemetry/page/traffic_setting.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/testing/fakes/__init__.py
diff --git a/telemetry/telemetry/testing/fakes/__init__.py b/telemetry/telemetry/testing/fakes/__init__.py
index 8c9207042d825d5d6df982cab7c1e3312fefb228..5c6852a90bf7f3edd9c98a9ac68848bc9de1d31e 100644
--- a/telemetry/telemetry/testing/fakes/__init__.py
+++ b/telemetry/telemetry/testing/fakes/__init__.py
@@ -297,6 +297,10 @@ class _FakeNetworkController(object):
def InitializeIfNeeded(self, use_live_traffic=False):
self.use_live_traffic = use_live_traffic
+ def UpdateTrafficSettings(self, round_trip_latency_ms=None,
+ download_bandwidth_kbps=None, upload_bandwidth_kbps=None):
+ 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/page/traffic_setting.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698