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

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

Issue 547423002: Fix creation of CrosPowerMonitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/cros_platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/cros_platform_backend.py b/tools/telemetry/telemetry/core/platform/cros_platform_backend.py
index ce01e4e16a1659b51f3b316a8f848837f5a160a8..92fa26e92bde905c43a42e37c7ee15d3699e3f71 100644
--- a/tools/telemetry/telemetry/core/platform/cros_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/cros_platform_backend.py
@@ -13,7 +13,7 @@ class CrosPlatformBackend(
def __init__(self, cri):
super(CrosPlatformBackend, self).__init__()
self._cri = cri
- self._powermonitor = cros_power_monitor.CrosPowerMonitor(cri)
+ self._powermonitor = cros_power_monitor.CrosPowerMonitor(self)
def StartRawDisplayFrameRateMeasurement(self):
raise NotImplementedError()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698