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

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

Issue 2398683006: [telemetry] Install PushAppsToBackground apk (Closed)
Patch Set: add method to test fake 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 | « telemetry/telemetry/page/shared_page_state.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 38d70dbaf0f72812a6f60d2f6777c1feaf36e75e..2dc5f44ce360c6ff6f043cac61596e29e32f558e 100644
--- a/telemetry/telemetry/testing/fakes/__init__.py
+++ b/telemetry/telemetry/testing/fakes/__init__.py
@@ -42,6 +42,9 @@ class FakePlatform(object):
self._tracing_controller = _FakeTracingController()
return self._tracing_controller
+ def Initialize(self):
+ pass
+
def CanMonitorThermalThrottling(self):
return False
« no previous file with comments | « telemetry/telemetry/page/shared_page_state.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698