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 e3d41c4ef030f91803995d00e23ee915322aa77a..fb8afee4779e6e802c87d29695842342f956ee96 100644 |
--- a/tools/telemetry/telemetry/core/platform/cros_platform_backend.py |
+++ b/tools/telemetry/telemetry/core/platform/cros_platform_backend.py |
@@ -30,15 +30,6 @@ class CrosPlatformBackend( |
def cri(self): |
return self._cri |
- def StartRawDisplayFrameRateMeasurement(self): |
- raise NotImplementedError() |
- |
- def StopRawDisplayFrameRateMeasurement(self): |
- raise NotImplementedError() |
- |
- def GetRawDisplayFrameRateMeasurements(self): |
- raise NotImplementedError() |
- |
def IsThermallyThrottled(self): |
raise NotImplementedError() |