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

Unified Diff: telemetry/telemetry/core/platform.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
Index: telemetry/telemetry/core/platform.py
diff --git a/telemetry/telemetry/core/platform.py b/telemetry/telemetry/core/platform.py
index 0073dfbefe586cc7fe403860dec21b514281f088..6b96c84b7263ccd97c472f0105154dffa0ca7689 100644
--- a/telemetry/telemetry/core/platform.py
+++ b/telemetry/telemetry/core/platform.py
@@ -101,6 +101,9 @@ class Platform(object):
def tracing_controller(self):
return self._tracing_controller
+ def Initialize(self):
+ pass
+
def CanMonitorThermalThrottling(self):
"""Platforms may be able to detect thermal throttling.
« no previous file with comments | « telemetry/telemetry/core/android_platform.py ('k') | telemetry/telemetry/internal/backends/android_app_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698