Index: tools/perf/measurements/page_cycler_unittest.py |
diff --git a/tools/perf/measurements/page_cycler_unittest.py b/tools/perf/measurements/page_cycler_unittest.py |
index 78893ba3ea7c7c0381e1569e61c5165355449e72..dfaa7c670d5876d9568e9a5685d27f47227e44b3 100644 |
--- a/tools/perf/measurements/page_cycler_unittest.py |
+++ b/tools/perf/measurements/page_cycler_unittest.py |
@@ -100,6 +100,8 @@ class FakePlatform(object): |
return 'fake' |
def CanMonitorPower(self): |
return False |
+ def CanMeasureIdleWakeUps(self): |
+ return False |
class PageCyclerUnitTest(unittest.TestCase): |