Index: tools/telemetry/telemetry/core/platform/ios_platform_backend.py |
diff --git a/tools/telemetry/telemetry/core/platform/ios_platform_backend.py b/tools/telemetry/telemetry/core/platform/ios_platform_backend.py |
index df1486765dce239acbadf186778d3e05c729129f..69bcbcf197423367ce08db4f7a97d4db1a157797 100644 |
--- a/tools/telemetry/telemetry/core/platform/ios_platform_backend.py |
+++ b/tools/telemetry/telemetry/core/platform/ios_platform_backend.py |
@@ -43,6 +43,12 @@ class IosPlatformBackend(posix_platform_backend.PosixPlatformBackend): |
def StopMonitoringPower(self): |
raise NotImplementedError() |
+ def StartMeasuringIdleWakeUps(self): |
+ raise NotImplementedError() |
+ |
+ def StopMeasuringIdleWakeUps(self): |
+ raise NotImplementedError() |
+ |
def GetRawDisplayFrameRateMeasurements(self): |
raise NotImplementedError() |