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

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

Issue 2398683006: [telemetry] Install PushAppsToBackground apk (Closed)
Patch Set: fixes 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 0056958d9d7ceb7b8defa76b7cb42b3b7ee33145..90f26fd99f29250fb5331437115765e2ad099e78 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.

Powered by Google App Engine
This is Rietveld 408576698